Shades of Blue Haze #B3B0BB
Tints of Blue Haze #B3B0BB
RGB
CMYK
RGB Variations
Color information
#B3B0BB (or 0xB3B0BB) is known color: Blue Haze. HEX triplet: B3, B0 and BB. RGB value is (179,176,187). Sum of RGB (Red+Green+Blue) = 179+176+187=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0BB is #4C4F44. Grayscale: #B2B2B2. Windows color (decimal): -5001029 or 12300467. OLE color: 12300467.
HSL color Cylindrical-coordinate representation of color #B3B0BB: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3B0BB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 176 | 187 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.27 |
| HSL | 256.36º | 0.07% | 0.71% | - |
| HSV(B) | 256.36º | 0.06% | 0.73% | - |
| XYZ | 43.09 | 44.22 | 53.28 | - |
| YUV | 178.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 187 | 0.04 | 0.06 | 0 | 0.27 | 256.36 | 0.07 | 0.71 |
| Hex | B3 | B0 | BB | 4 | 6 | 0 | 1B | 100 | 7 | 47 |
| Octal | 263 | 260 | 273 | 4 | 6 | 0 | 33 | 400 | 7 | 107 |
| Binary | 10110011 | 10110000 | 10111011 | 100 | 110 | 0 | 11011 | 100000000 | 111 | 1000111 |
Color Harmonies of #B3B0BB
Complementary color
Monochromatic Colors of #B3B0BB
Black with #B3B0BB
Text Example
Text Example
White with #B3B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B0BB; }
p { color: rgb(179,176,187); }
H1.HeaderClassName
{
color: #B3B0BB;
}
.AnyTagClassName
{
color: #B3B0BB;
}
</style>
background-color css
<style>
a { background-color: #B3B0BB; }
a { background-color: rgb(179,176,187); }
div.DivClassName
{
background-color: #B3B0BB;
}
.BgClassName
{
background-color: #B3B0BB;
}
</style>
border-color css
<style>
span { border-color: #B3B0BB; }
span { border-color: rgb(179,176,187); }
td.TdClassName
{
border-color: #B3B0BB;
}
.TagClassName
{
border-color: #B3B0BB;
}
</style>