Shades of Blue Haze #BFBAC9
Tints of Blue Haze #BFBAC9
RGB
CMYK
RGB Variations
Color information
#BFBAC9 (or 0xBFBAC9) is known color: Blue Haze. HEX triplet: BF, BA and C9. RGB value is (191,186,201). Sum of RGB (Red+Green+Blue) = 191+186+201=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC9 is #404536. Grayscale: #BDBDBD. Windows color (decimal): -4212023 or 13220543. OLE color: 13220543.
HSL color Cylindrical-coordinate representation of color #BFBAC9: hue angle of 260º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBAC9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 186 | 201 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.21 |
| HSL | 260º | 0.12% | 0.76% | - |
| HSV(B) | 260º | 0.07% | 0.79% | - |
| XYZ | 49.59 | 50.41 | 62.38 | - |
| YUV | 189.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 201 | 0.05 | 0.07 | 0 | 0.21 | 260 | 0.12 | 0.76 |
| Hex | BF | BA | C9 | 5 | 7 | 0 | 15 | 104 | C | 4C |
| Octal | 277 | 272 | 311 | 5 | 7 | 0 | 25 | 404 | 14 | 114 |
| Binary | 10111111 | 10111010 | 11001001 | 101 | 111 | 0 | 10101 | 100000100 | 1100 | 1001100 |
Color Harmonies of #BFBAC9
Complementary color
Monochromatic Colors of #BFBAC9
Black with #BFBAC9
Text Example
Text Example
White with #BFBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAC9; }
p { color: rgb(191,186,201); }
H1.HeaderClassName
{
color: #BFBAC9;
}
.AnyTagClassName
{
color: #BFBAC9;
}
</style>
background-color css
<style>
a { background-color: #BFBAC9; }
a { background-color: rgb(191,186,201); }
div.DivClassName
{
background-color: #BFBAC9;
}
.BgClassName
{
background-color: #BFBAC9;
}
</style>
border-color css
<style>
span { border-color: #BFBAC9; }
span { border-color: rgb(191,186,201); }
td.TdClassName
{
border-color: #BFBAC9;
}
.TagClassName
{
border-color: #BFBAC9;
}
</style>