Shades of Aero Blue #BBF1D2
Tints of Aero Blue #BBF1D2
RGB
CMYK
RGB Variations
Color information
#BBF1D2 (or 0xBBF1D2) is known color: Aero Blue. HEX triplet: BB, F1 and D2. RGB value is (187,241,210). Sum of RGB (Red+Green+Blue) = 187+241+210=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1D2 is #440E2D. Grayscale: #DDDDDD. Windows color (decimal): -4460078 or 13824443. OLE color: 13824443.
HSL color Cylindrical-coordinate representation of color #BBF1D2: hue angle of 145.56º 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 #BBF1D2 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 210 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.05 |
| HSL | 145.56º | 0.66% | 0.84% | - |
| HSV(B) | 145.56º | 0.22% | 0.95% | - |
| XYZ | 63.58 | 78.13 | 72.7 | - |
| YUV | 221.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 210 | 0.22 | 0 | 0.13 | 0.05 | 145.56 | 0.66 | 0.84 |
| Hex | BB | F1 | D2 | 16 | 0 | D | 5 | 92 | 42 | 54 |
| Octal | 273 | 361 | 322 | 26 | 0 | 15 | 5 | 222 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11010010 | 10110 | 0 | 1101 | 101 | 10010010 | 1000010 | 1010100 |
Color Harmonies of #BBF1D2
Complementary color
Monochromatic Colors of #BBF1D2
Black with #BBF1D2
Text Example
Text Example
White with #BBF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1D2; }
p { color: rgb(187,241,210); }
H1.HeaderClassName
{
color: #BBF1D2;
}
.AnyTagClassName
{
color: #BBF1D2;
}
</style>
background-color css
<style>
a { background-color: #BBF1D2; }
a { background-color: rgb(187,241,210); }
div.DivClassName
{
background-color: #BBF1D2;
}
.BgClassName
{
background-color: #BBF1D2;
}
</style>
border-color css
<style>
span { border-color: #BBF1D2; }
span { border-color: rgb(187,241,210); }
td.TdClassName
{
border-color: #BBF1D2;
}
.TagClassName
{
border-color: #BBF1D2;
}
</style>