Shades of Blue Haze #B2B0CF
Tints of Blue Haze #B2B0CF
RGB
CMYK
RGB Variations
Color information
#B2B0CF (or 0xB2B0CF) is known color: Blue Haze. HEX triplet: B2, B0 and CF. RGB value is (178,176,207). Sum of RGB (Red+Green+Blue) = 178+176+207=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0CF is #4D4F30. Grayscale: #B4B4B4. Windows color (decimal): -5066545 or 13611186. OLE color: 13611186.
HSL color Cylindrical-coordinate representation of color #B2B0CF: hue angle of 243.87º degrees, saturation: 0.24, 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 #B2B0CF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 176 | 207 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.19 |
| HSL | 243.87º | 0.24% | 0.75% | - |
| HSV(B) | 243.87º | 0.15% | 0.81% | - |
| XYZ | 45.15 | 45.02 | 65.34 | - |
| YUV | 180.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 207 | 0.14 | 0.15 | 0 | 0.19 | 243.87 | 0.24 | 0.75 |
| Hex | B2 | B0 | CF | E | F | 0 | 13 | F4 | 18 | 4B |
| Octal | 262 | 260 | 317 | 16 | 17 | 0 | 23 | 364 | 30 | 113 |
| Binary | 10110010 | 10110000 | 11001111 | 1110 | 1111 | 0 | 10011 | 11110100 | 11000 | 1001011 |
Color Harmonies of #B2B0CF
Complementary color
Monochromatic Colors of #B2B0CF
Black with #B2B0CF
Text Example
Text Example
White with #B2B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0CF; }
p { color: rgb(178,176,207); }
H1.HeaderClassName
{
color: #B2B0CF;
}
.AnyTagClassName
{
color: #B2B0CF;
}
</style>
background-color css
<style>
a { background-color: #B2B0CF; }
a { background-color: rgb(178,176,207); }
div.DivClassName
{
background-color: #B2B0CF;
}
.BgClassName
{
background-color: #B2B0CF;
}
</style>
border-color css
<style>
span { border-color: #B2B0CF; }
span { border-color: rgb(178,176,207); }
td.TdClassName
{
border-color: #B2B0CF;
}
.TagClassName
{
border-color: #B2B0CF;
}
</style>