#BBFBD9

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

Shades of Aero Blue #BBFBD9

Tints of Aero Blue #BBFBD9

Color information

#BBFBD9 (or 0xBBFBD9) is unknown color: approx Aero Blue. HEX triplet: BB, FB and D9. RGB value is (187,251,217). Sum of RGB (Red+Green+Blue) = 187+251+217=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD9 is #440426. Grayscale: #E4E4E4. Windows color (decimal): -4457511 or 14285755. OLE color: 14285755.

HSL color Cylindrical-coordinate representation of color #BBFBD9: hue angle of 148.12º 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 #BBFBD9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB187251217-
CMYK0.2500.140.02
HSL148.12º88.89%85.88%-
HSV(B)148.12º25.5%98.43%-
XYZ67.5284.5778.41-
YUV227.99121.898.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=28.55%
G=38.32%
B=33.13%

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
Decimal1872512170.2500.140.02148.1288.8985.88
HexBBFBD9190E2945956
Octal273373331310162224131126
Binary1011101111111011110110011100101110101001010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBD9; }

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

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

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

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

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

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

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

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