#BCEFD8

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

Shades of Aero Blue #BCEFD8

Tints of Aero Blue #BCEFD8

Color information

#BCEFD8 (or 0xBCEFD8) is unknown color: approx Aero Blue. HEX triplet: BC, EF and D8. RGB value is (188,239,216). Sum of RGB (Red+Green+Blue) = 188+239+216=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD8 is #431027. Grayscale: #DDDDDD. Windows color (decimal): -4395048 or 14217148. OLE color: 14217148.

HSL color Cylindrical-coordinate representation of color #BCEFD8: hue angle of 152.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFD8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB188239216-
CMYK0.2100.100.06
HSL152.94º61.45%83.73%-
HSV(B)152.94º21.34%93.73%-
XYZ6477.3876.53-
YUV221.13125.1104.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=29.24%
G=37.17%
B=33.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882392160.2100.100.06152.9461.4583.73
HexBCEFD8150A6993d54
Octal27435733025012623175124
Binary1011110011101111110110001010101010110100110011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFD8; }

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

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

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

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

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

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

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

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