Shades of Blue Haze #B7B0D4
Tints of Blue Haze #B7B0D4
RGB
CMYK
RGB Variations
Color information
#B7B0D4 (or 0xB7B0D4) is known color: Blue Haze. HEX triplet: B7, B0 and D4. RGB value is (183,176,212). Sum of RGB (Red+Green+Blue) = 183+176+212=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #B7B0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0D4 is #484F2B. Grayscale: #B6B6B6. Windows color (decimal): -4738860 or 13938871. OLE color: 13938871.
HSL color Cylindrical-coordinate representation of color #B7B0D4: hue angle of 251.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B0D4 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 176 | 212 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.17 |
| HSL | 251.67º | 0.3% | 0.76% | - |
| HSV(B) | 251.67º | 0.17% | 0.83% | - |
| XYZ | 46.94 | 45.87 | 68.67 | - |
| YUV | 182.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 212 | 0.14 | 0.17 | 0 | 0.17 | 251.67 | 0.3 | 0.76 |
| Hex | B7 | B0 | D4 | E | 11 | 0 | 11 | FC | 1E | 4C |
| Octal | 267 | 260 | 324 | 16 | 21 | 0 | 21 | 374 | 36 | 114 |
| Binary | 10110111 | 10110000 | 11010100 | 1110 | 10001 | 0 | 10001 | 11111100 | 11110 | 1001100 |
Color Harmonies of #B7B0D4
Complementary color
Monochromatic Colors of #B7B0D4
Black with #B7B0D4
Text Example
Text Example
White with #B7B0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0D4; }
p { color: rgb(183,176,212); }
H1.HeaderClassName
{
color: #B7B0D4;
}
.AnyTagClassName
{
color: #B7B0D4;
}
</style>
background-color css
<style>
a { background-color: #B7B0D4; }
a { background-color: rgb(183,176,212); }
div.DivClassName
{
background-color: #B7B0D4;
}
.BgClassName
{
background-color: #B7B0D4;
}
</style>
border-color css
<style>
span { border-color: #B7B0D4; }
span { border-color: rgb(183,176,212); }
td.TdClassName
{
border-color: #B7B0D4;
}
.TagClassName
{
border-color: #B7B0D4;
}
</style>