Shades of Blue Haze #B7B2D3
Tints of Blue Haze #B7B2D3
RGB
CMYK
RGB Variations
Color information
#B7B2D3 (or 0xB7B2D3) is known color: Blue Haze. HEX triplet: B7, B2 and D3. RGB value is (183,178,211). Sum of RGB (Red+Green+Blue) = 183+178+211=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #B7B2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2D3 is #484D2C. Grayscale: #B7B7B7. Windows color (decimal): -4738349 or 13873847. OLE color: 13873847.
HSL color Cylindrical-coordinate representation of color #B7B2D3: hue angle of 249.09º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7B2D3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 178 | 211 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.17 |
| HSL | 249.09º | 0.27% | 0.76% | - |
| HSV(B) | 249.09º | 0.16% | 0.83% | - |
| XYZ | 47.21 | 46.61 | 68.14 | - |
| YUV | 183.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 211 | 0.13 | 0.16 | 0 | 0.17 | 249.09 | 0.27 | 0.76 |
| Hex | B7 | B2 | D3 | D | 10 | 0 | 11 | F9 | 1B | 4C |
| Octal | 267 | 262 | 323 | 15 | 20 | 0 | 21 | 371 | 33 | 114 |
| Binary | 10110111 | 10110010 | 11010011 | 1101 | 10000 | 0 | 10001 | 11111001 | 11011 | 1001100 |
Color Harmonies of #B7B2D3
Complementary color
Monochromatic Colors of #B7B2D3
Black with #B7B2D3
Text Example
Text Example
White with #B7B2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2D3; }
p { color: rgb(183,178,211); }
H1.HeaderClassName
{
color: #B7B2D3;
}
.AnyTagClassName
{
color: #B7B2D3;
}
</style>
background-color css
<style>
a { background-color: #B7B2D3; }
a { background-color: rgb(183,178,211); }
div.DivClassName
{
background-color: #B7B2D3;
}
.BgClassName
{
background-color: #B7B2D3;
}
</style>
border-color css
<style>
span { border-color: #B7B2D3; }
span { border-color: rgb(183,178,211); }
td.TdClassName
{
border-color: #B7B2D3;
}
.TagClassName
{
border-color: #B7B2D3;
}
</style>