Shades of Blue Haze #B2B0CE
Tints of Blue Haze #B2B0CE
RGB
CMYK
RGB Variations
Color information
#B2B0CE (or 0xB2B0CE) is known color: Blue Haze. HEX triplet: B2, B0 and CE. RGB value is (178,176,206). Sum of RGB (Red+Green+Blue) = 178+176+206=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0CE is #4D4F31. Grayscale: #B3B3B3. Windows color (decimal): -5066546 or 13545650. OLE color: 13545650.
HSL color Cylindrical-coordinate representation of color #B2B0CE: hue angle of 244º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2B0CE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 176 | 206 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.19 |
| HSL | 244º | 0.23% | 0.75% | - |
| HSV(B) | 244º | 0.15% | 0.81% | - |
| XYZ | 45.03 | 44.97 | 64.7 | - |
| YUV | 180.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 206 | 0.14 | 0.15 | 0 | 0.19 | 244 | 0.23 | 0.75 |
| Hex | B2 | B0 | CE | E | F | 0 | 13 | F4 | 17 | 4B |
| Octal | 262 | 260 | 316 | 16 | 17 | 0 | 23 | 364 | 27 | 113 |
| Binary | 10110010 | 10110000 | 11001110 | 1110 | 1111 | 0 | 10011 | 11110100 | 10111 | 1001011 |
Color Harmonies of #B2B0CE
Complementary color
Monochromatic Colors of #B2B0CE
Black with #B2B0CE
Text Example
Text Example
White with #B2B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0CE; }
p { color: rgb(178,176,206); }
H1.HeaderClassName
{
color: #B2B0CE;
}
.AnyTagClassName
{
color: #B2B0CE;
}
</style>
background-color css
<style>
a { background-color: #B2B0CE; }
a { background-color: rgb(178,176,206); }
div.DivClassName
{
background-color: #B2B0CE;
}
.BgClassName
{
background-color: #B2B0CE;
}
</style>
border-color css
<style>
span { border-color: #B2B0CE; }
span { border-color: rgb(178,176,206); }
td.TdClassName
{
border-color: #B2B0CE;
}
.TagClassName
{
border-color: #B2B0CE;
}
</style>