Shades of Aero Blue #BFDACD
Tints of Aero Blue #BFDACD
RGB
CMYK
RGB Variations
Color information
#BFDACD (or 0xBFDACD) is known color: Aero Blue. HEX triplet: BF, DA and CD. RGB value is (191,218,205). Sum of RGB (Red+Green+Blue) = 191+218+205=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACD is #402532. Grayscale: #D0D0D0. Windows color (decimal): -4203827 or 13490879. OLE color: 13490879.
HSL color Cylindrical-coordinate representation of color #BFDACD: hue angle of 151.11º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDACD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 205 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.15 |
| HSL | 151.11º | 0.27% | 0.8% | - |
| HSV(B) | 151.11º | 0.12% | 0.85% | - |
| XYZ | 57.58 | 65.63 | 67.39 | - |
| YUV | 208.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 205 | 0.12 | 0 | 0.06 | 0.15 | 151.11 | 0.27 | 0.8 |
| Hex | BF | DA | CD | C | 0 | 6 | F | 97 | 1B | 50 |
| Octal | 277 | 332 | 315 | 14 | 0 | 6 | 17 | 227 | 33 | 120 |
| Binary | 10111111 | 11011010 | 11001101 | 1100 | 0 | 110 | 1111 | 10010111 | 11011 | 1010000 |
Color Harmonies of #BFDACD
Complementary color
Monochromatic Colors of #BFDACD
Black with #BFDACD
Text Example
Text Example
White with #BFDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDACD; }
p { color: rgb(191,218,205); }
H1.HeaderClassName
{
color: #BFDACD;
}
.AnyTagClassName
{
color: #BFDACD;
}
</style>
background-color css
<style>
a { background-color: #BFDACD; }
a { background-color: rgb(191,218,205); }
div.DivClassName
{
background-color: #BFDACD;
}
.BgClassName
{
background-color: #BFDACD;
}
</style>
border-color css
<style>
span { border-color: #BFDACD; }
span { border-color: rgb(191,218,205); }
td.TdClassName
{
border-color: #BFDACD;
}
.TagClassName
{
border-color: #BFDACD;
}
</style>