#BCEDD2

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

Shades of Aero Blue #BCEDD2

Tints of Aero Blue #BCEDD2

Color information

#BCEDD2 (or 0xBCEDD2) is unknown color: approx Aero Blue. HEX triplet: BC, ED and D2. RGB value is (188,237,210). Sum of RGB (Red+Green+Blue) = 188+237+210=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD2 is #43122D. Grayscale: #DBDBDB. Windows color (decimal): -4395566 or 13823420. OLE color: 13823420.

HSL color Cylindrical-coordinate representation of color #BCEDD2: hue angle of 146.94º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDD2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB188237210-
CMYK0.2100.110.07
HSL146.94º57.65%83.33%-
HSV(B)146.94º20.68%92.94%-
XYZ62.6675.9172.32-
YUV219.27122.77105.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=29.61%
G=37.32%
B=33.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372100.2100.110.07146.9457.6583.33
HexBCEDD2150B7933a53
Octal27435532225013722372123
Binary1011110011101101110100101010101011111100100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDD2; }

 p { color: rgb(188,237,210); }

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

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

 a { background-color: rgb(188,237,210); }

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

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

 span { border-color: rgb(188,237,210); }

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