Shades of Blue Haze #B7B3CC
Tints of Blue Haze #B7B3CC
RGB
CMYK
RGB Variations
Color information
#B7B3CC (or 0xB7B3CC) is known color: Blue Haze. HEX triplet: B7, B3 and CC. RGB value is (183,179,204). Sum of RGB (Red+Green+Blue) = 183+179+204=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7B3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3CC is #484C33. Grayscale: #B6B6B6. Windows color (decimal): -4738100 or 13415351. OLE color: 13415351.
HSL color Cylindrical-coordinate representation of color #B7B3CC: hue angle of 249.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7B3CC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 179 | 204 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.2 |
| HSL | 249.6º | 0.2% | 0.75% | - |
| HSV(B) | 249.6º | 0.12% | 0.8% | - |
| XYZ | 46.55 | 46.67 | 63.68 | - |
| YUV | 183.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 204 | 0.10 | 0.12 | 0 | 0.2 | 249.6 | 0.2 | 0.75 |
| Hex | B7 | B3 | CC | A | C | 0 | 14 | FA | 14 | 4B |
| Octal | 267 | 263 | 314 | 12 | 14 | 0 | 24 | 372 | 24 | 113 |
| Binary | 10110111 | 10110011 | 11001100 | 1010 | 1100 | 0 | 10100 | 11111010 | 10100 | 1001011 |
Color Harmonies of #B7B3CC
Complementary color
Monochromatic Colors of #B7B3CC
Black with #B7B3CC
Text Example
Text Example
White with #B7B3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3CC; }
p { color: rgb(183,179,204); }
H1.HeaderClassName
{
color: #B7B3CC;
}
.AnyTagClassName
{
color: #B7B3CC;
}
</style>
background-color css
<style>
a { background-color: #B7B3CC; }
a { background-color: rgb(183,179,204); }
div.DivClassName
{
background-color: #B7B3CC;
}
.BgClassName
{
background-color: #B7B3CC;
}
</style>
border-color css
<style>
span { border-color: #B7B3CC; }
span { border-color: rgb(183,179,204); }
td.TdClassName
{
border-color: #B7B3CC;
}
.TagClassName
{
border-color: #B7B3CC;
}
</style>