Shades of Blue Haze #B7B0D0
Tints of Blue Haze #B7B0D0
RGB
CMYK
RGB Variations
Color information
#B7B0D0 (or 0xB7B0D0) is known color: Blue Haze. HEX triplet: B7, B0 and D0. RGB value is (183,176,208). Sum of RGB (Red+Green+Blue) = 183+176+208=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7B0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0D0 is #484F2F. Grayscale: #B5B5B5. Windows color (decimal): -4738864 or 13676727. OLE color: 13676727.
HSL color Cylindrical-coordinate representation of color #B7B0D0: hue angle of 253.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7B0D0 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 176 | 208 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.18 |
| HSL | 253.13º | 0.25% | 0.75% | - |
| HSV(B) | 253.13º | 0.15% | 0.82% | - |
| XYZ | 46.44 | 45.67 | 66.04 | - |
| YUV | 181.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 208 | 0.12 | 0.15 | 0 | 0.18 | 253.13 | 0.25 | 0.75 |
| Hex | B7 | B0 | D0 | C | F | 0 | 12 | FD | 19 | 4B |
| Octal | 267 | 260 | 320 | 14 | 17 | 0 | 22 | 375 | 31 | 113 |
| Binary | 10110111 | 10110000 | 11010000 | 1100 | 1111 | 0 | 10010 | 11111101 | 11001 | 1001011 |
Color Harmonies of #B7B0D0
Complementary color
Monochromatic Colors of #B7B0D0
Black with #B7B0D0
Text Example
Text Example
White with #B7B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0D0; }
p { color: rgb(183,176,208); }
H1.HeaderClassName
{
color: #B7B0D0;
}
.AnyTagClassName
{
color: #B7B0D0;
}
</style>
background-color css
<style>
a { background-color: #B7B0D0; }
a { background-color: rgb(183,176,208); }
div.DivClassName
{
background-color: #B7B0D0;
}
.BgClassName
{
background-color: #B7B0D0;
}
</style>
border-color css
<style>
span { border-color: #B7B0D0; }
span { border-color: rgb(183,176,208); }
td.TdClassName
{
border-color: #B7B0D0;
}
.TagClassName
{
border-color: #B7B0D0;
}
</style>