Shades of Aero Blue #BFDBCE
Tints of Aero Blue #BFDBCE
RGB
CMYK
RGB Variations
Color information
#BFDBCE (or 0xBFDBCE) is known color: Aero Blue. HEX triplet: BF, DB and CE. RGB value is (191,219,206). Sum of RGB (Red+Green+Blue) = 191+219+206=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBCE is #402431. Grayscale: #D1D1D1. Windows color (decimal): -4203570 or 13556671. OLE color: 13556671.
HSL color Cylindrical-coordinate representation of color #BFDBCE: hue angle of 152.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBCE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 206 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.14 |
| HSL | 152.14º | 0.28% | 0.8% | - |
| HSV(B) | 152.14º | 0.13% | 0.86% | - |
| XYZ | 57.96 | 66.2 | 68.11 | - |
| YUV | 209.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 206 | 0.13 | 0 | 0.06 | 0.14 | 152.14 | 0.28 | 0.8 |
| Hex | BF | DB | CE | D | 0 | 6 | E | 98 | 1C | 50 |
| Octal | 277 | 333 | 316 | 15 | 0 | 6 | 16 | 230 | 34 | 120 |
| Binary | 10111111 | 11011011 | 11001110 | 1101 | 0 | 110 | 1110 | 10011000 | 11100 | 1010000 |
Color Harmonies of #BFDBCE
Complementary color
Monochromatic Colors of #BFDBCE
Black with #BFDBCE
Text Example
Text Example
White with #BFDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBCE; }
p { color: rgb(191,219,206); }
H1.HeaderClassName
{
color: #BFDBCE;
}
.AnyTagClassName
{
color: #BFDBCE;
}
</style>
background-color css
<style>
a { background-color: #BFDBCE; }
a { background-color: rgb(191,219,206); }
div.DivClassName
{
background-color: #BFDBCE;
}
.BgClassName
{
background-color: #BFDBCE;
}
</style>
border-color css
<style>
span { border-color: #BFDBCE; }
span { border-color: rgb(191,219,206); }
td.TdClassName
{
border-color: #BFDBCE;
}
.TagClassName
{
border-color: #BFDBCE;
}
</style>