#BCEDD4

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

Shades of Aero Blue #BCEDD4

Tints of Aero Blue #BCEDD4

Color information

#BCEDD4 (or 0xBCEDD4) is unknown color: approx Aero Blue. HEX triplet: BC, ED and D4. RGB value is (188,237,212). Sum of RGB (Red+Green+Blue) = 188+237+212=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD4 is #43122B. Grayscale: #DBDBDB. Windows color (decimal): -4395564 or 13954492. OLE color: 13954492.

HSL color Cylindrical-coordinate representation of color #BCEDD4: hue angle of 149.39º 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 #BCEDD4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB188237212-
CMYK0.2100.110.07
HSL149.39º57.65%83.33%-
HSV(B)149.39º20.68%92.94%-
XYZ62.9176.0173.64-
YUV219.5123.77105.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=29.51%
G=37.21%
B=33.28%

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
Decimal1882372120.2100.110.07149.3957.6583.33
HexBCEDD4150B7953a53
Octal27435532425013722572123
Binary1011110011101101110101001010101011111100101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDD4; }

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

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

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

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

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

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

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

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