Shades of Blue Haze #B7B4C6
Tints of Blue Haze #B7B4C6
RGB
CMYK
RGB Variations
Color information
#B7B4C6 (or 0xB7B4C6) is known color: Blue Haze. HEX triplet: B7, B4 and C6. RGB value is (183,180,198). Sum of RGB (Red+Green+Blue) = 183+180+198=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7B4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4C6 is #484B39. Grayscale: #B6B6B6. Windows color (decimal): -4737850 or 13022391. OLE color: 13022391.
HSL color Cylindrical-coordinate representation of color #B7B4C6: hue angle of 250º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7B4C6 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 183 | 180 | 198 | - |
CMYK | 0.08 | 0.09 | 0 | 0.22 |
HSL | 250º | 0.14% | 0.74% | - |
HSV(B) | 250º | 0.09% | 0.78% | - |
XYZ | 46.04 | 46.79 | 60.03 | - |
YUV | 182.95 | 136.49 | 128.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 180 | 198 | 0.08 | 0.09 | 0 | 0.22 | 250 | 0.14 | 0.74 |
Hex | B7 | B4 | C6 | 8 | 9 | 0 | 16 | FA | E | 4A |
Octal | 267 | 264 | 306 | 10 | 11 | 0 | 26 | 372 | 16 | 112 |
Binary | 10110111 | 10110100 | 11000110 | 1000 | 1001 | 0 | 10110 | 11111010 | 1110 | 1001010 |
Color Harmonies of #B7B4C6
Complementary color
Monochromatic Colors of #B7B4C6
Black with #B7B4C6
Text Example
Text Example
White with #B7B4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B4C6; }
p { color: rgb(183,180,198); }
H1.HeaderClassName
{
color: #B7B4C6;
}
.AnyTagClassName
{
color: #B7B4C6;
}
</style>
background-color css
<style>
a { background-color: #B7B4C6; }
a { background-color: rgb(183,180,198); }
div.DivClassName
{
background-color: #B7B4C6;
}
.BgClassName
{
background-color: #B7B4C6;
}
</style>
border-color css
<style>
span { border-color: #B7B4C6; }
span { border-color: rgb(183,180,198); }
td.TdClassName
{
border-color: #B7B4C6;
}
.TagClassName
{
border-color: #B7B4C6;
}
</style>