Shades of Aero Blue #BFDED0
Tints of Aero Blue #BFDED0
RGB
CMYK
RGB Variations
Color information
#BFDED0 (or 0xBFDED0) is known color: Aero Blue. HEX triplet: BF, DE and D0. RGB value is (191,222,208). Sum of RGB (Red+Green+Blue) = 191+222+208=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED0 is #40212F. Grayscale: #D3D3D3. Windows color (decimal): -4202800 or 13688511. OLE color: 13688511.
HSL color Cylindrical-coordinate representation of color #BFDED0: hue angle of 152.9º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDED0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 208 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.13 |
| HSL | 152.9º | 0.32% | 0.81% | - |
| HSV(B) | 152.9º | 0.14% | 0.87% | - |
| XYZ | 58.99 | 67.87 | 69.67 | - |
| YUV | 211.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 208 | 0.14 | 0 | 0.06 | 0.13 | 152.9 | 0.32 | 0.81 |
| Hex | BF | DE | D0 | E | 0 | 6 | D | 99 | 20 | 51 |
| Octal | 277 | 336 | 320 | 16 | 0 | 6 | 15 | 231 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11010000 | 1110 | 0 | 110 | 1101 | 10011001 | 100000 | 1010001 |
Color Harmonies of #BFDED0
Complementary color
Monochromatic Colors of #BFDED0
Black with #BFDED0
Text Example
Text Example
White with #BFDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDED0; }
p { color: rgb(191,222,208); }
H1.HeaderClassName
{
color: #BFDED0;
}
.AnyTagClassName
{
color: #BFDED0;
}
</style>
background-color css
<style>
a { background-color: #BFDED0; }
a { background-color: rgb(191,222,208); }
div.DivClassName
{
background-color: #BFDED0;
}
.BgClassName
{
background-color: #BFDED0;
}
</style>
border-color css
<style>
span { border-color: #BFDED0; }
span { border-color: rgb(191,222,208); }
td.TdClassName
{
border-color: #BFDED0;
}
.TagClassName
{
border-color: #BFDED0;
}
</style>