#bceed8

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

Shades of Aero Blue #BCEED8

Tints of Aero Blue #BCEED8

Color information

#BCEED8 (or 0xBCEED8) is unknown color: approx Aero Blue. HEX triplet: BC, EE and D8. RGB value is (188,238,216). Sum of RGB (Red+Green+Blue) = 188+238+216=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED8 is #431127. Grayscale: #DCDCDC. Windows color (decimal): -4395304 or 14216892. OLE color: 14216892.

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

Color convert

RGB188238216-
CMYK0.2100.090.07
HSL153.6º59.52%83.53%-
HSV(B)153.6º21.01%93.33%-
XYZ63.7176.876.43-
YUV220.54125.44104.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 216 (84.77% from 255) = 33.64%
R=29.28%
G=37.07%
B=33.64%

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
Decimal1882382160.2100.090.07153.659.5283.53
HexBCEED8150979a3c54
Octal27435633025011723274124
Binary1011110011101110110110001010101001111100110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bceed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bceed8; }

 p { color: rgb(188,238,216); }

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

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

 a { background-color: rgb(188,238,216); }

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

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

 span { border-color: rgb(188,238,216); }

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