Shades of Aero Blue #BBDFD0
Tints of Aero Blue #BBDFD0
RGB
CMYK
RGB Variations
Color information
#BBDFD0 (or 0xBBDFD0) is known color: Aero Blue. HEX triplet: BB, DF and D0. RGB value is (187,223,208). Sum of RGB (Red+Green+Blue) = 187+223+208=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD0 is #44202F. Grayscale: #D2D2D2. Windows color (decimal): -4464688 or 13688763. OLE color: 13688763.
HSL color Cylindrical-coordinate representation of color #BBDFD0: hue angle of 155º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFD0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 208 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.13 |
| HSL | 155º | 0.36% | 0.8% | - |
| HSV(B) | 155º | 0.16% | 0.87% | - |
| XYZ | 58.27 | 67.89 | 69.71 | - |
| YUV | 210.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 208 | 0.16 | 0 | 0.07 | 0.13 | 155 | 0.36 | 0.8 |
| Hex | BB | DF | D0 | 10 | 0 | 7 | D | 9B | 24 | 50 |
| Octal | 273 | 337 | 320 | 20 | 0 | 7 | 15 | 233 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11010000 | 10000 | 0 | 111 | 1101 | 10011011 | 100100 | 1010000 |
Color Harmonies of #BBDFD0
Complementary color
Monochromatic Colors of #BBDFD0
Black with #BBDFD0
Text Example
Text Example
White with #BBDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFD0; }
p { color: rgb(187,223,208); }
H1.HeaderClassName
{
color: #BBDFD0;
}
.AnyTagClassName
{
color: #BBDFD0;
}
</style>
background-color css
<style>
a { background-color: #BBDFD0; }
a { background-color: rgb(187,223,208); }
div.DivClassName
{
background-color: #BBDFD0;
}
.BgClassName
{
background-color: #BBDFD0;
}
</style>
border-color css
<style>
span { border-color: #BBDFD0; }
span { border-color: rgb(187,223,208); }
td.TdClassName
{
border-color: #BBDFD0;
}
.TagClassName
{
border-color: #BBDFD0;
}
</style>