Shades of Aero Blue #BBF3D2
Tints of Aero Blue #BBF3D2
RGB
CMYK
RGB Variations
Color information
#BBF3D2 (or 0xBBF3D2) is known color: Aero Blue. HEX triplet: BB, F3 and D2. RGB value is (187,243,210). Sum of RGB (Red+Green+Blue) = 187+243+210=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D2 is #440C2D. Grayscale: #DEDEDE. Windows color (decimal): -4459566 or 13824955. OLE color: 13824955.
HSL color Cylindrical-coordinate representation of color #BBF3D2: hue angle of 144.64º degrees, saturation: 0.7, 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 #BBF3D2 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 210 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 144.64º | 0.7% | 0.84% | - |
| HSV(B) | 144.64º | 0.23% | 0.95% | - |
| XYZ | 64.18 | 79.32 | 72.9 | - |
| YUV | 222.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 210 | 0.23 | 0 | 0.14 | 0.05 | 144.64 | 0.7 | 0.84 |
| Hex | BB | F3 | D2 | 17 | 0 | E | 5 | 91 | 46 | 54 |
| Octal | 273 | 363 | 322 | 27 | 0 | 16 | 5 | 221 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11010010 | 10111 | 0 | 1110 | 101 | 10010001 | 1000110 | 1010100 |
Color Harmonies of #BBF3D2
Complementary color
Monochromatic Colors of #BBF3D2
Black with #BBF3D2
Text Example
Text Example
White with #BBF3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3D2; }
p { color: rgb(187,243,210); }
H1.HeaderClassName
{
color: #BBF3D2;
}
.AnyTagClassName
{
color: #BBF3D2;
}
</style>
background-color css
<style>
a { background-color: #BBF3D2; }
a { background-color: rgb(187,243,210); }
div.DivClassName
{
background-color: #BBF3D2;
}
.BgClassName
{
background-color: #BBF3D2;
}
</style>
border-color css
<style>
span { border-color: #BBF3D2; }
span { border-color: rgb(187,243,210); }
td.TdClassName
{
border-color: #BBF3D2;
}
.TagClassName
{
border-color: #BBF3D2;
}
</style>