Shades of Blue Haze #B7B0CB
Tints of Blue Haze #B7B0CB
RGB
CMYK
RGB Variations
Color information
#B7B0CB (or 0xB7B0CB) is known color: Blue Haze. HEX triplet: B7, B0 and CB. RGB value is (183,176,203). Sum of RGB (Red+Green+Blue) = 183+176+203=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0CB is #484F34. Grayscale: #B5B5B5. Windows color (decimal): -4738869 or 13349047. OLE color: 13349047.
HSL color Cylindrical-coordinate representation of color #B7B0CB: hue angle of 255.56º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7B0CB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 176 | 203 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.20 |
| HSL | 255.56º | 0.21% | 0.74% | - |
| HSV(B) | 255.56º | 0.13% | 0.8% | - |
| XYZ | 45.83 | 45.43 | 62.85 | - |
| YUV | 181.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 203 | 0.10 | 0.13 | 0 | 0.20 | 255.56 | 0.21 | 0.74 |
| Hex | B7 | B0 | CB | A | D | 0 | 14 | 100 | 15 | 4A |
| Octal | 267 | 260 | 313 | 12 | 15 | 0 | 24 | 400 | 25 | 112 |
| Binary | 10110111 | 10110000 | 11001011 | 1010 | 1101 | 0 | 10100 | 100000000 | 10101 | 1001010 |
Color Harmonies of #B7B0CB
Complementary color
Monochromatic Colors of #B7B0CB
Black with #B7B0CB
Text Example
Text Example
White with #B7B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0CB; }
p { color: rgb(183,176,203); }
H1.HeaderClassName
{
color: #B7B0CB;
}
.AnyTagClassName
{
color: #B7B0CB;
}
</style>
background-color css
<style>
a { background-color: #B7B0CB; }
a { background-color: rgb(183,176,203); }
div.DivClassName
{
background-color: #B7B0CB;
}
.BgClassName
{
background-color: #B7B0CB;
}
</style>
border-color css
<style>
span { border-color: #B7B0CB; }
span { border-color: rgb(183,176,203); }
td.TdClassName
{
border-color: #B7B0CB;
}
.TagClassName
{
border-color: #B7B0CB;
}
</style>