#BCEDD6

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

Shades of Aero Blue #BCEDD6

Tints of Aero Blue #BCEDD6

Color information

#BCEDD6 (or 0xBCEDD6) is unknown color: approx Aero Blue. HEX triplet: BC, ED and D6. RGB value is (188,237,214). Sum of RGB (Red+Green+Blue) = 188+237+214=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD6 is #431229. Grayscale: #DBDBDB. Windows color (decimal): -4395562 or 14085564. OLE color: 14085564.

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

Color convert

RGB188237214-
CMYK0.2100.100.07
HSL151.84º57.65%83.33%-
HSV(B)151.84º20.68%92.94%-
XYZ63.1676.1174.98-
YUV219.73124.77105.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=29.42%
G=37.09%
B=33.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372140.2100.100.07151.8457.6583.33
HexBCEDD6150A7983a53
Octal27435532625012723072123
Binary1011110011101101110101101010101010111100110001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDD6; }

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

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

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

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

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

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

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

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