Shades of Aero Blue #BFDDCF
Tints of Aero Blue #BFDDCF
RGB
CMYK
RGB Variations
Color information
#BFDDCF (or 0xBFDDCF) is known color: Aero Blue. HEX triplet: BF, DD and CF. RGB value is (191,221,207). Sum of RGB (Red+Green+Blue) = 191+221+207=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDCF is #402230. Grayscale: #D2D2D2. Windows color (decimal): -4203057 or 13622719. OLE color: 13622719.
HSL color Cylindrical-coordinate representation of color #BFDDCF: hue angle of 152º degrees, saturation: 0.31, 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 #BFDDCF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 207 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.13 |
| HSL | 152º | 0.31% | 0.81% | - |
| HSV(B) | 152º | 0.14% | 0.87% | - |
| XYZ | 58.6 | 67.29 | 68.93 | - |
| YUV | 210.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 207 | 0.14 | 0 | 0.06 | 0.13 | 152 | 0.31 | 0.81 |
| Hex | BF | DD | CF | E | 0 | 6 | D | 98 | 1F | 51 |
| Octal | 277 | 335 | 317 | 16 | 0 | 6 | 15 | 230 | 37 | 121 |
| Binary | 10111111 | 11011101 | 11001111 | 1110 | 0 | 110 | 1101 | 10011000 | 11111 | 1010001 |
Color Harmonies of #BFDDCF
Complementary color
Monochromatic Colors of #BFDDCF
Black with #BFDDCF
Text Example
Text Example
White with #BFDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDCF; }
p { color: rgb(191,221,207); }
H1.HeaderClassName
{
color: #BFDDCF;
}
.AnyTagClassName
{
color: #BFDDCF;
}
</style>
background-color css
<style>
a { background-color: #BFDDCF; }
a { background-color: rgb(191,221,207); }
div.DivClassName
{
background-color: #BFDDCF;
}
.BgClassName
{
background-color: #BFDDCF;
}
</style>
border-color css
<style>
span { border-color: #BFDDCF; }
span { border-color: rgb(191,221,207); }
td.TdClassName
{
border-color: #BFDDCF;
}
.TagClassName
{
border-color: #BFDDCF;
}
</style>