Shades of Blue Haze #B7B3CE
Tints of Blue Haze #B7B3CE
RGB
CMYK
RGB Variations
Color information
#B7B3CE (or 0xB7B3CE) is known color: Blue Haze. HEX triplet: B7, B3 and CE. RGB value is (183,179,206). Sum of RGB (Red+Green+Blue) = 183+179+206=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3CE is #484C31. Grayscale: #B7B7B7. Windows color (decimal): -4738098 or 13546423. OLE color: 13546423.
HSL color Cylindrical-coordinate representation of color #B7B3CE: hue angle of 248.89º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7B3CE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 179 | 206 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.19 |
| HSL | 248.89º | 0.22% | 0.75% | - |
| HSV(B) | 248.89º | 0.13% | 0.81% | - |
| XYZ | 46.79 | 46.76 | 64.95 | - |
| YUV | 183.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 206 | 0.11 | 0.13 | 0 | 0.19 | 248.89 | 0.22 | 0.75 |
| Hex | B7 | B3 | CE | B | D | 0 | 13 | F9 | 16 | 4B |
| Octal | 267 | 263 | 316 | 13 | 15 | 0 | 23 | 371 | 26 | 113 |
| Binary | 10110111 | 10110011 | 11001110 | 1011 | 1101 | 0 | 10011 | 11111001 | 10110 | 1001011 |
Color Harmonies of #B7B3CE
Complementary color
Monochromatic Colors of #B7B3CE
Black with #B7B3CE
Text Example
Text Example
White with #B7B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3CE; }
p { color: rgb(183,179,206); }
H1.HeaderClassName
{
color: #B7B3CE;
}
.AnyTagClassName
{
color: #B7B3CE;
}
</style>
background-color css
<style>
a { background-color: #B7B3CE; }
a { background-color: rgb(183,179,206); }
div.DivClassName
{
background-color: #B7B3CE;
}
.BgClassName
{
background-color: #B7B3CE;
}
</style>
border-color css
<style>
span { border-color: #B7B3CE; }
span { border-color: rgb(183,179,206); }
td.TdClassName
{
border-color: #B7B3CE;
}
.TagClassName
{
border-color: #B7B3CE;
}
</style>