#BBEFD8

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

Shades of Aero Blue #BBEFD8

Tints of Aero Blue #BBEFD8

Color information

#BBEFD8 (or 0xBBEFD8) is unknown color: approx Aero Blue. HEX triplet: BB, EF and D8. RGB value is (187,239,216). Sum of RGB (Red+Green+Blue) = 187+239+216=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD8 is #441027. Grayscale: #DCDCDC. Windows color (decimal): -4460584 or 14217147. OLE color: 14217147.

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

Color convert

RGB187239216-
CMYK0.2200.100.06
HSL153.46º61.9%83.53%-
HSV(B)153.46º21.76%93.73%-
XYZ63.7577.2676.52-
YUV220.83125.27103.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 216 (84.77% from 255) = 33.64%
R=29.13%
G=37.23%
B=33.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392160.2200.100.06153.4661.983.53
HexBBEFD8160A6993e54
Octal27335733026012623176124
Binary1011101111101111110110001011001010110100110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFD8; }

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

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

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

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

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

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

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

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