Shades of Blue Haze #B7B5D0
Tints of Blue Haze #B7B5D0
RGB
CMYK
RGB Variations
Color information
#B7B5D0 (or 0xB7B5D0) is known color: Blue Haze. HEX triplet: B7, B5 and D0. RGB value is (183,181,208). Sum of RGB (Red+Green+Blue) = 183+181+208=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7B5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5D0 is #484A2F. Grayscale: #B8B8B8. Windows color (decimal): -4737584 or 13678007. OLE color: 13678007.
HSL color Cylindrical-coordinate representation of color #B7B5D0: hue angle of 244.44º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7B5D0 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 183 | 181 | 208 | - |
CMYK | 0.12 | 0.13 | 0 | 0.18 |
HSL | 244.44º | 0.22% | 0.76% | - |
HSV(B) | 244.44º | 0.13% | 0.82% | - |
XYZ | 47.44 | 47.67 | 66.38 | - |
YUV | 184.68 | 141.16 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 181 | 208 | 0.12 | 0.13 | 0 | 0.18 | 244.44 | 0.22 | 0.76 |
Hex | B7 | B5 | D0 | C | D | 0 | 12 | F4 | 16 | 4C |
Octal | 267 | 265 | 320 | 14 | 15 | 0 | 22 | 364 | 26 | 114 |
Binary | 10110111 | 10110101 | 11010000 | 1100 | 1101 | 0 | 10010 | 11110100 | 10110 | 1001100 |
Color Harmonies of #B7B5D0
Complementary color
Monochromatic Colors of #B7B5D0
Black with #B7B5D0
Text Example
Text Example
White with #B7B5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5D0; }
p { color: rgb(183,181,208); }
H1.HeaderClassName
{
color: #B7B5D0;
}
.AnyTagClassName
{
color: #B7B5D0;
}
</style>
background-color css
<style>
a { background-color: #B7B5D0; }
a { background-color: rgb(183,181,208); }
div.DivClassName
{
background-color: #B7B5D0;
}
.BgClassName
{
background-color: #B7B5D0;
}
</style>
border-color css
<style>
span { border-color: #B7B5D0; }
span { border-color: rgb(183,181,208); }
td.TdClassName
{
border-color: #B7B5D0;
}
.TagClassName
{
border-color: #B7B5D0;
}
</style>