Shades of Blue Haze #B3B0C0
Tints of Blue Haze #B3B0C0
RGB
CMYK
RGB Variations
Color information
#B3B0C0 (or 0xB3B0C0) is known color: Blue Haze. HEX triplet: B3, B0 and C0. RGB value is (179,176,192). Sum of RGB (Red+Green+Blue) = 179+176+192=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0C0 is #4C4F3F. Grayscale: #B2B2B2. Windows color (decimal): -5001024 or 12628147. OLE color: 12628147.
HSL color Cylindrical-coordinate representation of color #B3B0C0: hue angle of 251.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3B0C0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 176 | 192 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.25 |
| HSL | 251.25º | 0.11% | 0.72% | - |
| HSV(B) | 251.25º | 0.08% | 0.75% | - |
| XYZ | 43.63 | 44.44 | 56.15 | - |
| YUV | 178.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 192 | 0.07 | 0.08 | 0 | 0.25 | 251.25 | 0.11 | 0.72 |
| Hex | B3 | B0 | C0 | 7 | 8 | 0 | 19 | FB | B | 48 |
| Octal | 263 | 260 | 300 | 7 | 10 | 0 | 31 | 373 | 13 | 110 |
| Binary | 10110011 | 10110000 | 11000000 | 111 | 1000 | 0 | 11001 | 11111011 | 1011 | 1001000 |
Color Harmonies of #B3B0C0
Complementary color
Monochromatic Colors of #B3B0C0
Black with #B3B0C0
Text Example
Text Example
White with #B3B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B0C0; }
p { color: rgb(179,176,192); }
H1.HeaderClassName
{
color: #B3B0C0;
}
.AnyTagClassName
{
color: #B3B0C0;
}
</style>
background-color css
<style>
a { background-color: #B3B0C0; }
a { background-color: rgb(179,176,192); }
div.DivClassName
{
background-color: #B3B0C0;
}
.BgClassName
{
background-color: #B3B0C0;
}
</style>
border-color css
<style>
span { border-color: #B3B0C0; }
span { border-color: rgb(179,176,192); }
td.TdClassName
{
border-color: #B3B0C0;
}
.TagClassName
{
border-color: #B3B0C0;
}
</style>