Shades of Aero Blue #BBF2D1
Tints of Aero Blue #BBF2D1
RGB
CMYK
RGB Variations
Color information
#BBF2D1 (or 0xBBF2D1) is known color: Aero Blue. HEX triplet: BB, F2 and D1. RGB value is (187,242,209). Sum of RGB (Red+Green+Blue) = 187+242+209=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2D1 is #440D2E. Grayscale: #DDDDDD. Windows color (decimal): -4459823 or 13759163. OLE color: 13759163.
HSL color Cylindrical-coordinate representation of color #BBF2D1: hue angle of 144º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2D1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 209 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 144º | 0.68% | 0.84% | - |
| HSV(B) | 144º | 0.23% | 0.95% | - |
| XYZ | 63.75 | 78.67 | 72.15 | - |
| YUV | 221.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 209 | 0.23 | 0 | 0.14 | 0.05 | 144 | 0.68 | 0.84 |
| Hex | BB | F2 | D1 | 17 | 0 | E | 5 | 90 | 44 | 54 |
| Octal | 273 | 362 | 321 | 27 | 0 | 16 | 5 | 220 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11010001 | 10111 | 0 | 1110 | 101 | 10010000 | 1000100 | 1010100 |
Color Harmonies of #BBF2D1
Complementary color
Monochromatic Colors of #BBF2D1
Black with #BBF2D1
Text Example
Text Example
White with #BBF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2D1; }
p { color: rgb(187,242,209); }
H1.HeaderClassName
{
color: #BBF2D1;
}
.AnyTagClassName
{
color: #BBF2D1;
}
</style>
background-color css
<style>
a { background-color: #BBF2D1; }
a { background-color: rgb(187,242,209); }
div.DivClassName
{
background-color: #BBF2D1;
}
.BgClassName
{
background-color: #BBF2D1;
}
</style>
border-color css
<style>
span { border-color: #BBF2D1; }
span { border-color: rgb(187,242,209); }
td.TdClassName
{
border-color: #BBF2D1;
}
.TagClassName
{
border-color: #BBF2D1;
}
</style>