Shades of Blue Haze #BFBACD
Tints of Blue Haze #BFBACD
RGB
CMYK
RGB Variations
Color information
#BFBACD (or 0xBFBACD) is known color: Blue Haze. HEX triplet: BF, BA and CD. RGB value is (191,186,205). Sum of RGB (Red+Green+Blue) = 191+186+205=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBACD is #404532. Grayscale: #BDBDBD. Windows color (decimal): -4212019 or 13482687. OLE color: 13482687.
HSL color Cylindrical-coordinate representation of color #BFBACD: hue angle of 255.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBACD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 186 | 205 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.20 |
| HSL | 255.79º | 0.16% | 0.77% | - |
| HSV(B) | 255.79º | 0.09% | 0.8% | - |
| XYZ | 50.06 | 50.6 | 64.89 | - |
| YUV | 189.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 205 | 0.07 | 0.09 | 0 | 0.20 | 255.79 | 0.16 | 0.77 |
| Hex | BF | BA | CD | 7 | 9 | 0 | 14 | 100 | 10 | 4D |
| Octal | 277 | 272 | 315 | 7 | 11 | 0 | 24 | 400 | 20 | 115 |
| Binary | 10111111 | 10111010 | 11001101 | 111 | 1001 | 0 | 10100 | 100000000 | 10000 | 1001101 |
Color Harmonies of #BFBACD
Complementary color
Monochromatic Colors of #BFBACD
Black with #BFBACD
Text Example
Text Example
White with #BFBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBACD; }
p { color: rgb(191,186,205); }
H1.HeaderClassName
{
color: #BFBACD;
}
.AnyTagClassName
{
color: #BFBACD;
}
</style>
background-color css
<style>
a { background-color: #BFBACD; }
a { background-color: rgb(191,186,205); }
div.DivClassName
{
background-color: #BFBACD;
}
.BgClassName
{
background-color: #BFBACD;
}
</style>
border-color css
<style>
span { border-color: #BFBACD; }
span { border-color: rgb(191,186,205); }
td.TdClassName
{
border-color: #BFBACD;
}
.TagClassName
{
border-color: #BFBACD;
}
</style>