#BBF0D9

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

Shades of Aero Blue #BBF0D9

Tints of Aero Blue #BBF0D9

Color information

#BBF0D9 (or 0xBBF0D9) is unknown color: approx Aero Blue. HEX triplet: BB, F0 and D9. RGB value is (187,240,217). Sum of RGB (Red+Green+Blue) = 187+240+217=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0D9 is #440F26. Grayscale: #DDDDDD. Windows color (decimal): -4460327 or 14282939. OLE color: 14282939.

HSL color Cylindrical-coordinate representation of color #BBF0D9: hue angle of 153.96º degrees, saturation: 0.64, 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 #BBF0D9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB187240217-
CMYK0.2200.100.06
HSL153.96º63.86%83.73%-
HSV(B)153.96º22.08%94.12%-
XYZ64.1877.8977.3-
YUV221.53125.44103.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=29.04%
G=37.27%
B=33.70%

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
Decimal1872402170.2200.100.06153.9663.8683.73
HexBBF0D9160A69a4054
Octal273360331260126232100124
Binary10111011111100001101100110110010101101001101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0D9; }

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

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

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

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

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

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

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

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