#BCECD5

Color #BCECD5 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BCECD5

Tints of Aero Blue #BCECD5

Color information

#BCECD5 (or 0xBCECD5) is unknown color: approx Aero Blue. HEX triplet: BC, EC and D5. RGB value is (188,236,213). Sum of RGB (Red+Green+Blue) = 188+236+213=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECD5 is #43132A. Grayscale: #DBDBDB. Windows color (decimal): -4395819 or 14019772. OLE color: 14019772.

HSL color Cylindrical-coordinate representation of color #BCECD5: hue angle of 151.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECD5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB188236213-
CMYK0.2000.100.07
HSL151.25º55.81%83.14%-
HSV(B)151.25º20.34%92.55%-
XYZ62.7475.4974.21-
YUV219.03124.6105.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=29.51%
G=37.05%
B=33.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362130.2000.100.07151.2555.8183.14
HexBCECD5140A7973853
Octal27435432524012722770123
Binary1011110011101100110101011010001010111100101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECD5; }

 p { color: rgb(188,236,213); }

 H1.HeaderClassName
 {
   color: #BCECD5;
 }
 .AnyTagClassName
 {
   color: #BCECD5;
 }
</style>
background-color css

<style>
 a { background-color: #BCECD5; }

 a { background-color: rgb(188,236,213); }

 div.DivClassName
 {
   background-color: #BCECD5;
 }
 .BgClassName
 {
   background-color: #BCECD5;
 }
</style>
border-color css

<style>
 span { border-color: #BCECD5; }

 span { border-color: rgb(188,236,213); }

 td.TdClassName
 {
   border-color: #BCECD5;
 }
 .TagClassName
 {
   border-color: #BCECD5;
 }
</style>