#BBF1D8

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

Shades of Aero Blue #BBF1D8

Tints of Aero Blue #BBF1D8

Color information

#BBF1D8 (or 0xBBF1D8) is unknown color: approx Aero Blue. HEX triplet: BB, F1 and D8. RGB value is (187,241,216). Sum of RGB (Red+Green+Blue) = 187+241+216=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1D8 is #440E27. Grayscale: #DEDEDE. Windows color (decimal): -4460072 or 14217659. OLE color: 14217659.

HSL color Cylindrical-coordinate representation of color #BBF1D8: hue angle of 152.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1D8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB187241216-
CMYK0.2200.100.05
HSL152.22º65.85%83.92%-
HSV(B)152.22º22.41%94.51%-
XYZ64.3478.4376.71-
YUV222124.61103.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=29.04%
G=37.42%
B=33.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412160.2200.100.05152.2265.8583.92
HexBBF1D8160A5984254
Octal273361330260125230102124
Binary10111011111100011101100010110010101011001100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1D8; }

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

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

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

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

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

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

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

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