#BBFBD8

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

Shades of Aero Blue #BBFBD8

Tints of Aero Blue #BBFBD8

Color information

#BBFBD8 (or 0xBBFBD8) is unknown color: approx Aero Blue. HEX triplet: BB, FB and D8. RGB value is (187,251,216). Sum of RGB (Red+Green+Blue) = 187+251+216=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD8 is #440427. Grayscale: #E3E3E3. Windows color (decimal): -4457512 or 14220219. OLE color: 14220219.

HSL color Cylindrical-coordinate representation of color #BBFBD8: hue angle of 147.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBD8 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB187251216-
CMYK0.2500.140.02
HSL147.19º88.89%85.88%-
HSV(B)147.19º25.5%98.43%-
XYZ67.3984.5277.73-
YUV227.87121.398.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=28.59%
G=38.38%
B=33.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512160.2500.140.02147.1988.8985.88
HexBBFBD8190E2935956
Octal273373330310162223131126
Binary1011101111111011110110001100101110101001001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBD8; }

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

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

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

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

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

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

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

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