Shades of Aero Blue #BFDFD1
Tints of Aero Blue #BFDFD1
RGB
CMYK
RGB Variations
Color information
#BFDFD1 (or 0xBFDFD1) is known color: Aero Blue. HEX triplet: BF, DF and D1. RGB value is (191,223,209). Sum of RGB (Red+Green+Blue) = 191+223+209=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD1 is #40202E. Grayscale: #D3D3D3. Windows color (decimal): -4202543 or 13754303. OLE color: 13754303.
HSL color Cylindrical-coordinate representation of color #BFDFD1: hue angle of 153.75º 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 #BFDFD1 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 209 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.13 |
| HSL | 153.75º | 0.33% | 0.81% | - |
| HSV(B) | 153.75º | 0.14% | 0.87% | - |
| XYZ | 59.38 | 68.46 | 70.41 | - |
| YUV | 211.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 209 | 0.14 | 0 | 0.06 | 0.13 | 153.75 | 0.33 | 0.81 |
| Hex | BF | DF | D1 | E | 0 | 6 | D | 9A | 21 | 51 |
| Octal | 277 | 337 | 321 | 16 | 0 | 6 | 15 | 232 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11010001 | 1110 | 0 | 110 | 1101 | 10011010 | 100001 | 1010001 |
Color Harmonies of #BFDFD1
Complementary color
Monochromatic Colors of #BFDFD1
Black with #BFDFD1
Text Example
Text Example
White with #BFDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFD1; }
p { color: rgb(191,223,209); }
H1.HeaderClassName
{
color: #BFDFD1;
}
.AnyTagClassName
{
color: #BFDFD1;
}
</style>
background-color css
<style>
a { background-color: #BFDFD1; }
a { background-color: rgb(191,223,209); }
div.DivClassName
{
background-color: #BFDFD1;
}
.BgClassName
{
background-color: #BFDFD1;
}
</style>
border-color css
<style>
span { border-color: #BFDFD1; }
span { border-color: rgb(191,223,209); }
td.TdClassName
{
border-color: #BFDFD1;
}
.TagClassName
{
border-color: #BFDFD1;
}
</style>