Shades of Blue Haze #B2B0BC
Tints of Blue Haze #B2B0BC
RGB
CMYK
RGB Variations
Color information
#B2B0BC (or 0xB2B0BC) is known color: Blue Haze. HEX triplet: B2, B0 and BC. RGB value is (178,176,188). Sum of RGB (Red+Green+Blue) = 178+176+188=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0BC is #4D4F43. Grayscale: #B1B1B1. Windows color (decimal): -5066564 or 12366002. OLE color: 12366002.
HSL color Cylindrical-coordinate representation of color #B2B0BC: hue angle of 250º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2B0BC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 176 | 188 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.26 |
| HSL | 250º | 0.08% | 0.71% | - |
| HSV(B) | 250º | 0.06% | 0.74% | - |
| XYZ | 42.96 | 44.15 | 53.83 | - |
| YUV | 177.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 188 | 0.05 | 0.06 | 0 | 0.26 | 250 | 0.08 | 0.71 |
| Hex | B2 | B0 | BC | 5 | 6 | 0 | 1A | FA | 8 | 47 |
| Octal | 262 | 260 | 274 | 5 | 6 | 0 | 32 | 372 | 10 | 107 |
| Binary | 10110010 | 10110000 | 10111100 | 101 | 110 | 0 | 11010 | 11111010 | 1000 | 1000111 |
Color Harmonies of #B2B0BC
Complementary color
Monochromatic Colors of #B2B0BC
Black with #B2B0BC
Text Example
Text Example
White with #B2B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0BC; }
p { color: rgb(178,176,188); }
H1.HeaderClassName
{
color: #B2B0BC;
}
.AnyTagClassName
{
color: #B2B0BC;
}
</style>
background-color css
<style>
a { background-color: #B2B0BC; }
a { background-color: rgb(178,176,188); }
div.DivClassName
{
background-color: #B2B0BC;
}
.BgClassName
{
background-color: #B2B0BC;
}
</style>
border-color css
<style>
span { border-color: #B2B0BC; }
span { border-color: rgb(178,176,188); }
td.TdClassName
{
border-color: #B2B0BC;
}
.TagClassName
{
border-color: #B2B0BC;
}
</style>