Shades of Blue Haze #BFBACA
Tints of Blue Haze #BFBACA
RGB
CMYK
RGB Variations
Color information
#BFBACA (or 0xBFBACA) is known color: Blue Haze. HEX triplet: BF, BA and CA. RGB value is (191,186,202). Sum of RGB (Red+Green+Blue) = 191+186+202=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBACA is #404535. Grayscale: #BDBDBD. Windows color (decimal): -4212022 or 13286079. OLE color: 13286079.
HSL color Cylindrical-coordinate representation of color #BFBACA: hue angle of 258.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBACA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 186 | 202 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.21 |
| HSL | 258.75º | 0.13% | 0.76% | - |
| HSV(B) | 258.75º | 0.08% | 0.79% | - |
| XYZ | 49.71 | 50.46 | 63 | - |
| YUV | 189.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 202 | 0.05 | 0.08 | 0 | 0.21 | 258.75 | 0.13 | 0.76 |
| Hex | BF | BA | CA | 5 | 8 | 0 | 15 | 103 | D | 4C |
| Octal | 277 | 272 | 312 | 5 | 10 | 0 | 25 | 403 | 15 | 114 |
| Binary | 10111111 | 10111010 | 11001010 | 101 | 1000 | 0 | 10101 | 100000011 | 1101 | 1001100 |
Color Harmonies of #BFBACA
Complementary color
Monochromatic Colors of #BFBACA
Black with #BFBACA
Text Example
Text Example
White with #BFBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBACA; }
p { color: rgb(191,186,202); }
H1.HeaderClassName
{
color: #BFBACA;
}
.AnyTagClassName
{
color: #BFBACA;
}
</style>
background-color css
<style>
a { background-color: #BFBACA; }
a { background-color: rgb(191,186,202); }
div.DivClassName
{
background-color: #BFBACA;
}
.BgClassName
{
background-color: #BFBACA;
}
</style>
border-color css
<style>
span { border-color: #BFBACA; }
span { border-color: rgb(191,186,202); }
td.TdClassName
{
border-color: #BFBACA;
}
.TagClassName
{
border-color: #BFBACA;
}
</style>