Shades of Blue Haze #B7B4C8
Tints of Blue Haze #B7B4C8
RGB
CMYK
RGB Variations
Color information
#B7B4C8 (or 0xB7B4C8) is known color: Blue Haze. HEX triplet: B7, B4 and C8. RGB value is (183,180,200). Sum of RGB (Red+Green+Blue) = 183+180+200=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7B4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4C8 is #484B37. Grayscale: #B7B7B7. Windows color (decimal): -4737848 or 13153463. OLE color: 13153463.
HSL color Cylindrical-coordinate representation of color #B7B4C8: hue angle of 249º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7B4C8 is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 180 | 200 | - |
| CMYK | 0.08 | 0.1 | 0 | 0.22 |
| HSL | 249º | 0.15% | 0.75% | - |
| HSV(B) | 249º | 0.1% | 0.78% | - |
| XYZ | 46.28 | 46.88 | 61.25 | - |
| YUV | 183.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 200 | 0.08 | 0.1 | 0 | 0.22 | 249 | 0.15 | 0.75 |
| Hex | B7 | B4 | C8 | 8 | A | 0 | 16 | F9 | F | 4B |
| Octal | 267 | 264 | 310 | 10 | 12 | 0 | 26 | 371 | 17 | 113 |
| Binary | 10110111 | 10110100 | 11001000 | 1000 | 1010 | 0 | 10110 | 11111001 | 1111 | 1001011 |
Color Harmonies of #B7B4C8
Complementary color
Monochromatic Colors of #B7B4C8
Black with #B7B4C8
Text Example
Text Example
White with #B7B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B4C8; }
p { color: rgb(183,180,200); }
H1.HeaderClassName
{
color: #B7B4C8;
}
.AnyTagClassName
{
color: #B7B4C8;
}
</style>
background-color css
<style>
a { background-color: #B7B4C8; }
a { background-color: rgb(183,180,200); }
div.DivClassName
{
background-color: #B7B4C8;
}
.BgClassName
{
background-color: #B7B4C8;
}
</style>
border-color css
<style>
span { border-color: #B7B4C8; }
span { border-color: rgb(183,180,200); }
td.TdClassName
{
border-color: #B7B4C8;
}
.TagClassName
{
border-color: #B7B4C8;
}
</style>