#BBFAD8

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

Shades of Aero Blue #BBFAD8

Tints of Aero Blue #BBFAD8

Color information

#BBFAD8 (or 0xBBFAD8) is unknown color: approx Aero Blue. HEX triplet: BB, FA and D8. RGB value is (187,250,216). Sum of RGB (Red+Green+Blue) = 187+250+216=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD8 is #440527. Grayscale: #E3E3E3. Windows color (decimal): -4457768 or 14219963. OLE color: 14219963.

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

Color convert

RGB187250216-
CMYK0.2500.140.02
HSL147.62º86.3%85.69%-
HSV(B)147.62º25.2%98.04%-
XYZ67.0783.8977.62-
YUV227.29121.6399.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=28.64%
G=38.28%
B=33.08%

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
Decimal1872502160.2500.140.02147.6286.385.69
HexBBFAD8190E2945656
Octal273372330310162224126126
Binary1011101111111010110110001100101110101001010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAD8; }

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

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

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

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

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

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

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

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