Shades of Blue Haze #B7B0CF
Tints of Blue Haze #B7B0CF
RGB
CMYK
RGB Variations
Color information
#B7B0CF (or 0xB7B0CF) is known color: Blue Haze. HEX triplet: B7, B0 and CF. RGB value is (183,176,207). Sum of RGB (Red+Green+Blue) = 183+176+207=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0CF is #484F30. Grayscale: #B5B5B5. Windows color (decimal): -4738865 or 13611191. OLE color: 13611191.
HSL color Cylindrical-coordinate representation of color #B7B0CF: hue angle of 253.55º 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 #B7B0CF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 176 | 207 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.19 |
| HSL | 253.55º | 0.24% | 0.75% | - |
| HSV(B) | 253.55º | 0.15% | 0.81% | - |
| XYZ | 46.32 | 45.62 | 65.4 | - |
| YUV | 181.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 207 | 0.12 | 0.15 | 0 | 0.19 | 253.55 | 0.24 | 0.75 |
| Hex | B7 | B0 | CF | C | F | 0 | 13 | FE | 18 | 4B |
| Octal | 267 | 260 | 317 | 14 | 17 | 0 | 23 | 376 | 30 | 113 |
| Binary | 10110111 | 10110000 | 11001111 | 1100 | 1111 | 0 | 10011 | 11111110 | 11000 | 1001011 |
Color Harmonies of #B7B0CF
Complementary color
Monochromatic Colors of #B7B0CF
Black with #B7B0CF
Text Example
Text Example
White with #B7B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0CF; }
p { color: rgb(183,176,207); }
H1.HeaderClassName
{
color: #B7B0CF;
}
.AnyTagClassName
{
color: #B7B0CF;
}
</style>
background-color css
<style>
a { background-color: #B7B0CF; }
a { background-color: rgb(183,176,207); }
div.DivClassName
{
background-color: #B7B0CF;
}
.BgClassName
{
background-color: #B7B0CF;
}
</style>
border-color css
<style>
span { border-color: #B7B0CF; }
span { border-color: rgb(183,176,207); }
td.TdClassName
{
border-color: #B7B0CF;
}
.TagClassName
{
border-color: #B7B0CF;
}
</style>