Shades of Blue Haze #B2B0C3
Tints of Blue Haze #B2B0C3
RGB
CMYK
RGB Variations
Color information
#B2B0C3 (or 0xB2B0C3) is known color: Blue Haze. HEX triplet: B2, B0 and C3. RGB value is (178,176,195). Sum of RGB (Red+Green+Blue) = 178+176+195=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #B2B0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0C3 is #4D4F3C. Grayscale: #B2B2B2. Windows color (decimal): -5066557 or 12824754. OLE color: 12824754.
HSL color Cylindrical-coordinate representation of color #B2B0C3: hue angle of 246.32º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2B0C3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 176 | 195 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.24 |
| HSL | 246.32º | 0.14% | 0.73% | - |
| HSV(B) | 246.32º | 0.1% | 0.76% | - |
| XYZ | 43.74 | 44.46 | 57.91 | - |
| YUV | 178.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 195 | 0.09 | 0.10 | 0 | 0.24 | 246.32 | 0.14 | 0.73 |
| Hex | B2 | B0 | C3 | 9 | A | 0 | 18 | F6 | E | 49 |
| Octal | 262 | 260 | 303 | 11 | 12 | 0 | 30 | 366 | 16 | 111 |
| Binary | 10110010 | 10110000 | 11000011 | 1001 | 1010 | 0 | 11000 | 11110110 | 1110 | 1001001 |
Color Harmonies of #B2B0C3
Complementary color
Monochromatic Colors of #B2B0C3
Black with #B2B0C3
Text Example
Text Example
White with #B2B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0C3; }
p { color: rgb(178,176,195); }
H1.HeaderClassName
{
color: #B2B0C3;
}
.AnyTagClassName
{
color: #B2B0C3;
}
</style>
background-color css
<style>
a { background-color: #B2B0C3; }
a { background-color: rgb(178,176,195); }
div.DivClassName
{
background-color: #B2B0C3;
}
.BgClassName
{
background-color: #B2B0C3;
}
</style>
border-color css
<style>
span { border-color: #B2B0C3; }
span { border-color: rgb(178,176,195); }
td.TdClassName
{
border-color: #B2B0C3;
}
.TagClassName
{
border-color: #B2B0C3;
}
</style>