Shades of Blue Haze #B7B3CF
Tints of Blue Haze #B7B3CF
RGB
CMYK
RGB Variations
Color information
#B7B3CF (or 0xB7B3CF) is known color: Blue Haze. HEX triplet: B7, B3 and CF. RGB value is (183,179,207). Sum of RGB (Red+Green+Blue) = 183+179+207=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3CF is #484C30. Grayscale: #B7B7B7. Windows color (decimal): -4738097 or 13611959. OLE color: 13611959.
HSL color Cylindrical-coordinate representation of color #B7B3CF: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7B3CF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 179 | 207 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.19 |
| HSL | 248.57º | 0.23% | 0.76% | - |
| HSV(B) | 248.57º | 0.14% | 0.81% | - |
| XYZ | 46.91 | 46.81 | 65.59 | - |
| YUV | 183.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 207 | 0.12 | 0.14 | 0 | 0.19 | 248.57 | 0.23 | 0.76 |
| Hex | B7 | B3 | CF | C | E | 0 | 13 | F9 | 17 | 4C |
| Octal | 267 | 263 | 317 | 14 | 16 | 0 | 23 | 371 | 27 | 114 |
| Binary | 10110111 | 10110011 | 11001111 | 1100 | 1110 | 0 | 10011 | 11111001 | 10111 | 1001100 |
Color Harmonies of #B7B3CF
Complementary color
Monochromatic Colors of #B7B3CF
Black with #B7B3CF
Text Example
Text Example
White with #B7B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3CF; }
p { color: rgb(183,179,207); }
H1.HeaderClassName
{
color: #B7B3CF;
}
.AnyTagClassName
{
color: #B7B3CF;
}
</style>
background-color css
<style>
a { background-color: #B7B3CF; }
a { background-color: rgb(183,179,207); }
div.DivClassName
{
background-color: #B7B3CF;
}
.BgClassName
{
background-color: #B7B3CF;
}
</style>
border-color css
<style>
span { border-color: #B7B3CF; }
span { border-color: rgb(183,179,207); }
td.TdClassName
{
border-color: #B7B3CF;
}
.TagClassName
{
border-color: #B7B3CF;
}
</style>