Shades of Blue Haze #B2B1C0
Tints of Blue Haze #B2B1C0
RGB
CMYK
RGB Variations
Color information
#B2B1C0 (or 0xB2B1C0) is known color: Blue Haze. HEX triplet: B2, B1 and C0. RGB value is (178,177,192). Sum of RGB (Red+Green+Blue) = 178+177+192=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 177 (69.53% from 255 or 32.36% 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 #B2B1C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1C0 is #4D4E3F. Grayscale: #B2B2B2. Windows color (decimal): -5066304 or 12628402. OLE color: 12628402.
HSL color Cylindrical-coordinate representation of color #B2B1C0: hue angle of 244º 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 #B2B1C0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 177 | 192 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.25 |
| HSL | 244º | 0.11% | 0.72% | - |
| HSV(B) | 244º | 0.08% | 0.75% | - |
| XYZ | 43.6 | 44.72 | 56.2 | - |
| YUV | 179.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 192 | 0.07 | 0.08 | 0 | 0.25 | 244 | 0.11 | 0.72 |
| Hex | B2 | B1 | C0 | 7 | 8 | 0 | 19 | F4 | B | 48 |
| Octal | 262 | 261 | 300 | 7 | 10 | 0 | 31 | 364 | 13 | 110 |
| Binary | 10110010 | 10110001 | 11000000 | 111 | 1000 | 0 | 11001 | 11110100 | 1011 | 1001000 |
Color Harmonies of #B2B1C0
Complementary color
Monochromatic Colors of #B2B1C0
Black with #B2B1C0
Text Example
Text Example
White with #B2B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B1C0; }
p { color: rgb(178,177,192); }
H1.HeaderClassName
{
color: #B2B1C0;
}
.AnyTagClassName
{
color: #B2B1C0;
}
</style>
background-color css
<style>
a { background-color: #B2B1C0; }
a { background-color: rgb(178,177,192); }
div.DivClassName
{
background-color: #B2B1C0;
}
.BgClassName
{
background-color: #B2B1C0;
}
</style>
border-color css
<style>
span { border-color: #B2B1C0; }
span { border-color: rgb(178,177,192); }
td.TdClassName
{
border-color: #B2B1C0;
}
.TagClassName
{
border-color: #B2B1C0;
}
</style>