#BBF8D3

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

Shades of Aero Blue #BBF8D3

Tints of Aero Blue #BBF8D3

Color information

#BBF8D3 (or 0xBBF8D3) is unknown color: approx Aero Blue. HEX triplet: BB, F8 and D3. RGB value is (187,248,211). Sum of RGB (Red+Green+Blue) = 187+248+211=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D3 is #44072C. Grayscale: #E1E1E1. Windows color (decimal): -4458285 or 13891771. OLE color: 13891771.

HSL color Cylindrical-coordinate representation of color #BBF8D3: hue angle of 143.61º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8D3 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB187248211-
CMYK0.2500.150.03
HSL143.61º81.33%85.29%-
HSV(B)143.61º24.6%97.25%-
XYZ65.8282.474.06-
YUV225.54119.79100.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 248 (97.27% from 255) = 38.39%
BLUE value IS 211 (82.81% from 255) = 32.66%
R=28.95%
G=38.39%
B=32.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482110.2500.150.03143.6181.3385.29
HexBBF8D3190F3905155
Octal273370323310173220121125
Binary1011101111111000110100111100101111111001000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8D3; }

 p { color: rgb(187,248,211); }

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

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

 a { background-color: rgb(187,248,211); }

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

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

 span { border-color: rgb(187,248,211); }

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