Shades of Aero Blue #BBFDD2
Tints of Aero Blue #BBFDD2
RGB
CMYK
RGB Variations
Color information
#BBFDD2 (or 0xBBFDD2) is known color: Aero Blue. HEX triplet: BB, FD and D2. RGB value is (187,253,210). Sum of RGB (Red+Green+Blue) = 187+253+210=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD2 is #44022D. Grayscale: #E4E4E4. Windows color (decimal): -4457006 or 13827515. OLE color: 13827515.
HSL color Cylindrical-coordinate representation of color #BBFDD2: hue angle of 140.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDD2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 210 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.01 |
| HSL | 140.91º | 0.94% | 0.86% | - |
| HSV(B) | 140.91º | 0.26% | 0.99% | - |
| XYZ | 67.25 | 85.47 | 73.93 | - |
| YUV | 228.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 210 | 0.26 | 0 | 0.17 | 0.01 | 140.91 | 0.94 | 0.86 |
| Hex | BB | FD | D2 | 1A | 0 | 11 | 1 | 8D | 5E | 56 |
| Octal | 273 | 375 | 322 | 32 | 0 | 21 | 1 | 215 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11010010 | 11010 | 0 | 10001 | 1 | 10001101 | 1011110 | 1010110 |
Color Harmonies of #BBFDD2
Complementary color
Monochromatic Colors of #BBFDD2
Black with #BBFDD2
Text Example
Text Example
White with #BBFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDD2; }
p { color: rgb(187,253,210); }
H1.HeaderClassName
{
color: #BBFDD2;
}
.AnyTagClassName
{
color: #BBFDD2;
}
</style>
background-color css
<style>
a { background-color: #BBFDD2; }
a { background-color: rgb(187,253,210); }
div.DivClassName
{
background-color: #BBFDD2;
}
.BgClassName
{
background-color: #BBFDD2;
}
</style>
border-color css
<style>
span { border-color: #BBFDD2; }
span { border-color: rgb(187,253,210); }
td.TdClassName
{
border-color: #BBFDD2;
}
.TagClassName
{
border-color: #BBFDD2;
}
</style>