Shades of Aero Blue #BFDFD0
Tints of Aero Blue #BFDFD0
RGB
CMYK
RGB Variations
Color information
#BFDFD0 (or 0xBFDFD0) is known color: Aero Blue. HEX triplet: BF, DF and D0. RGB value is (191,223,208). Sum of RGB (Red+Green+Blue) = 191+223+208=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD0 is #40202F. Grayscale: #D3D3D3. Windows color (decimal): -4202544 or 13688767. OLE color: 13688767.
HSL color Cylindrical-coordinate representation of color #BFDFD0: hue angle of 151.88º 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 #BFDFD0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 208 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.13 |
| HSL | 151.88º | 0.33% | 0.81% | - |
| HSV(B) | 151.88º | 0.14% | 0.87% | - |
| XYZ | 59.26 | 68.41 | 69.75 | - |
| YUV | 211.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 208 | 0.14 | 0 | 0.07 | 0.13 | 151.88 | 0.33 | 0.81 |
| Hex | BF | DF | D0 | E | 0 | 7 | D | 98 | 21 | 51 |
| Octal | 277 | 337 | 320 | 16 | 0 | 7 | 15 | 230 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11010000 | 1110 | 0 | 111 | 1101 | 10011000 | 100001 | 1010001 |
Color Harmonies of #BFDFD0
Complementary color
Monochromatic Colors of #BFDFD0
Black with #BFDFD0
Text Example
Text Example
White with #BFDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFD0; }
p { color: rgb(191,223,208); }
H1.HeaderClassName
{
color: #BFDFD0;
}
.AnyTagClassName
{
color: #BFDFD0;
}
</style>
background-color css
<style>
a { background-color: #BFDFD0; }
a { background-color: rgb(191,223,208); }
div.DivClassName
{
background-color: #BFDFD0;
}
.BgClassName
{
background-color: #BFDFD0;
}
</style>
border-color css
<style>
span { border-color: #BFDFD0; }
span { border-color: rgb(191,223,208); }
td.TdClassName
{
border-color: #BFDFD0;
}
.TagClassName
{
border-color: #BFDFD0;
}
</style>