Shades of Blue Haze #B7B0D1
Tints of Blue Haze #B7B0D1
RGB
CMYK
RGB Variations
Color information
#B7B0D1 (or 0xB7B0D1) is known color: Blue Haze. HEX triplet: B7, B0 and D1. RGB value is (183,176,209). Sum of RGB (Red+Green+Blue) = 183+176+209=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7B0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0D1 is #484F2E. Grayscale: #B5B5B5. Windows color (decimal): -4738863 or 13742263. OLE color: 13742263.
HSL color Cylindrical-coordinate representation of color #B7B0D1: hue angle of 252.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7B0D1 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 176 | 209 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.18 |
| HSL | 252.73º | 0.26% | 0.75% | - |
| HSV(B) | 252.73º | 0.16% | 0.82% | - |
| XYZ | 46.56 | 45.72 | 66.69 | - |
| YUV | 181.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 209 | 0.12 | 0.16 | 0 | 0.18 | 252.73 | 0.26 | 0.75 |
| Hex | B7 | B0 | D1 | C | 10 | 0 | 12 | FD | 1A | 4B |
| Octal | 267 | 260 | 321 | 14 | 20 | 0 | 22 | 375 | 32 | 113 |
| Binary | 10110111 | 10110000 | 11010001 | 1100 | 10000 | 0 | 10010 | 11111101 | 11010 | 1001011 |
Color Harmonies of #B7B0D1
Complementary color
Monochromatic Colors of #B7B0D1
Black with #B7B0D1
Text Example
Text Example
White with #B7B0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0D1; }
p { color: rgb(183,176,209); }
H1.HeaderClassName
{
color: #B7B0D1;
}
.AnyTagClassName
{
color: #B7B0D1;
}
</style>
background-color css
<style>
a { background-color: #B7B0D1; }
a { background-color: rgb(183,176,209); }
div.DivClassName
{
background-color: #B7B0D1;
}
.BgClassName
{
background-color: #B7B0D1;
}
</style>
border-color css
<style>
span { border-color: #B7B0D1; }
span { border-color: rgb(183,176,209); }
td.TdClassName
{
border-color: #B7B0D1;
}
.TagClassName
{
border-color: #B7B0D1;
}
</style>