#BCEED4

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

Shades of Aero Blue #BCEED4

Tints of Aero Blue #BCEED4

Color information

#BCEED4 (or 0xBCEED4) is unknown color: approx Aero Blue. HEX triplet: BC, EE and D4. RGB value is (188,238,212). Sum of RGB (Red+Green+Blue) = 188+238+212=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED4 is #43112B. Grayscale: #DCDCDC. Windows color (decimal): -4395308 or 13954748. OLE color: 13954748.

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

Color convert

RGB188238212-
CMYK0.2100.110.07
HSL148.8º59.52%83.53%-
HSV(B)148.8º21.01%93.33%-
XYZ63.276.5973.74-
YUV220.09123.44105.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=29.47%
G=37.30%
B=33.23%

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
Decimal1882382120.2100.110.07148.859.5283.53
HexBCEED4150B7953c54
Octal27435632425013722574124
Binary1011110011101110110101001010101011111100101011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEED4; }

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

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

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

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

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

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

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

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