Shades of Aero Blue #BBF6D3
Tints of Aero Blue #BBF6D3
RGB
CMYK
RGB Variations
Color information
#BBF6D3 (or 0xBBF6D3) is known color: Aero Blue. HEX triplet: BB, F6 and D3. RGB value is (187,246,211). Sum of RGB (Red+Green+Blue) = 187+246+211=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6D3 is #44092C. Grayscale: #E0E0E0. Windows color (decimal): -4458797 or 13891259. OLE color: 13891259.
HSL color Cylindrical-coordinate representation of color #BBF6D3: hue angle of 144.41º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6D3 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 211 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.04 |
| HSL | 144.41º | 0.77% | 0.85% | - |
| HSV(B) | 144.41º | 0.24% | 0.96% | - |
| XYZ | 65.21 | 81.18 | 73.86 | - |
| YUV | 224.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 211 | 0.24 | 0 | 0.14 | 0.04 | 144.41 | 0.77 | 0.85 |
| Hex | BB | F6 | D3 | 18 | 0 | E | 4 | 90 | 4D | 55 |
| Octal | 273 | 366 | 323 | 30 | 0 | 16 | 4 | 220 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11010011 | 11000 | 0 | 1110 | 100 | 10010000 | 1001101 | 1010101 |
Color Harmonies of #BBF6D3
Complementary color
Monochromatic Colors of #BBF6D3
Black with #BBF6D3
Text Example
Text Example
White with #BBF6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6D3; }
p { color: rgb(187,246,211); }
H1.HeaderClassName
{
color: #BBF6D3;
}
.AnyTagClassName
{
color: #BBF6D3;
}
</style>
background-color css
<style>
a { background-color: #BBF6D3; }
a { background-color: rgb(187,246,211); }
div.DivClassName
{
background-color: #BBF6D3;
}
.BgClassName
{
background-color: #BBF6D3;
}
</style>
border-color css
<style>
span { border-color: #BBF6D3; }
span { border-color: rgb(187,246,211); }
td.TdClassName
{
border-color: #BBF6D3;
}
.TagClassName
{
border-color: #BBF6D3;
}
</style>