Shades of Aero Blue #BFDFCD
Tints of Aero Blue #BFDFCD
RGB
CMYK
RGB Variations
Color information
#BFDFCD (or 0xBFDFCD) is known color: Aero Blue. HEX triplet: BF, DF and CD. RGB value is (191,223,205). Sum of RGB (Red+Green+Blue) = 191+223+205=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCD is #402032. Grayscale: #D3D3D3. Windows color (decimal): -4202547 or 13492159. OLE color: 13492159.
HSL color Cylindrical-coordinate representation of color #BFDFCD: hue angle of 146.25º degrees, saturation: 0.33, 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 #BFDFCD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 205 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.13 |
| HSL | 146.25º | 0.33% | 0.81% | - |
| HSV(B) | 146.25º | 0.14% | 0.87% | - |
| XYZ | 58.89 | 68.26 | 67.83 | - |
| YUV | 211.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 205 | 0.14 | 0 | 0.08 | 0.13 | 146.25 | 0.33 | 0.81 |
| Hex | BF | DF | CD | E | 0 | 8 | D | 92 | 21 | 51 |
| Octal | 277 | 337 | 315 | 16 | 0 | 10 | 15 | 222 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11001101 | 1110 | 0 | 1000 | 1101 | 10010010 | 100001 | 1010001 |
Color Harmonies of #BFDFCD
Complementary color
Monochromatic Colors of #BFDFCD
Black with #BFDFCD
Text Example
Text Example
White with #BFDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFCD; }
p { color: rgb(191,223,205); }
H1.HeaderClassName
{
color: #BFDFCD;
}
.AnyTagClassName
{
color: #BFDFCD;
}
</style>
background-color css
<style>
a { background-color: #BFDFCD; }
a { background-color: rgb(191,223,205); }
div.DivClassName
{
background-color: #BFDFCD;
}
.BgClassName
{
background-color: #BFDFCD;
}
</style>
border-color css
<style>
span { border-color: #BFDFCD; }
span { border-color: rgb(191,223,205); }
td.TdClassName
{
border-color: #BFDFCD;
}
.TagClassName
{
border-color: #BFDFCD;
}
</style>