#BBFAD5

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

Shades of Aero Blue #BBFAD5

Tints of Aero Blue #BBFAD5

Color information

#BBFAD5 (or 0xBBFAD5) is unknown color: approx Aero Blue. HEX triplet: BB, FA and D5. RGB value is (187,250,213). Sum of RGB (Red+Green+Blue) = 187+250+213=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD5 is #44052A. Grayscale: #E3E3E3. Windows color (decimal): -4457771 or 14023355. OLE color: 14023355.

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

Color convert

RGB187250213-
CMYK0.2500.150.02
HSL144.76º86.3%85.69%-
HSV(B)144.76º25.2%98.04%-
XYZ66.6983.7475.6-
YUV226.95120.1399.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=28.77%
G=38.46%
B=32.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502130.2500.150.02144.7686.385.69
HexBBFAD5190F2915656
Octal273372325310172221126126
Binary1011101111111010110101011100101111101001000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAD5; }

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

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

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

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

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

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

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

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