Shades of Aero Blue #BFDECD
Tints of Aero Blue #BFDECD
RGB
CMYK
RGB Variations
Color information
#BFDECD (or 0xBFDECD) is known color: Aero Blue. HEX triplet: BF, DE and CD. RGB value is (191,222,205). Sum of RGB (Red+Green+Blue) = 191+222+205=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDECD is #402132. Grayscale: #D2D2D2. Windows color (decimal): -4202803 or 13491903. OLE color: 13491903.
HSL color Cylindrical-coordinate representation of color #BFDECD: hue angle of 147.1º 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 #BFDECD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 205 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.13 |
| HSL | 147.1º | 0.32% | 0.81% | - |
| HSV(B) | 147.1º | 0.14% | 0.87% | - |
| XYZ | 58.63 | 67.73 | 67.74 | - |
| YUV | 210.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 205 | 0.14 | 0 | 0.08 | 0.13 | 147.1 | 0.32 | 0.81 |
| Hex | BF | DE | CD | E | 0 | 8 | D | 93 | 20 | 51 |
| Octal | 277 | 336 | 315 | 16 | 0 | 10 | 15 | 223 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11001101 | 1110 | 0 | 1000 | 1101 | 10010011 | 100000 | 1010001 |
Color Harmonies of #BFDECD
Complementary color
Monochromatic Colors of #BFDECD
Black with #BFDECD
Text Example
Text Example
White with #BFDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDECD; }
p { color: rgb(191,222,205); }
H1.HeaderClassName
{
color: #BFDECD;
}
.AnyTagClassName
{
color: #BFDECD;
}
</style>
background-color css
<style>
a { background-color: #BFDECD; }
a { background-color: rgb(191,222,205); }
div.DivClassName
{
background-color: #BFDECD;
}
.BgClassName
{
background-color: #BFDECD;
}
</style>
border-color css
<style>
span { border-color: #BFDECD; }
span { border-color: rgb(191,222,205); }
td.TdClassName
{
border-color: #BFDECD;
}
.TagClassName
{
border-color: #BFDECD;
}
</style>