#BCEDD7

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

Shades of Aero Blue #BCEDD7

Tints of Aero Blue #BCEDD7

Color information

#BCEDD7 (or 0xBCEDD7) is unknown color: approx Aero Blue. HEX triplet: BC, ED and D7. RGB value is (188,237,215). Sum of RGB (Red+Green+Blue) = 188+237+215=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD7 is #431228. Grayscale: #DBDBDB. Windows color (decimal): -4395561 or 14151100. OLE color: 14151100.

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

Color convert

RGB188237215-
CMYK0.2100.090.07
HSL153.06º57.65%83.33%-
HSV(B)153.06º20.68%92.94%-
XYZ63.2976.1775.66-
YUV219.84125.27105.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=29.38%
G=37.03%
B=33.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372150.2100.090.07153.0657.6583.33
HexBCEDD715097993a53
Octal27435532725011723172123
Binary1011110011101101110101111010101001111100110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDD7; }

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

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

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

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

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

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

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

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