Shades of Lavender Grey #B5B7CC
Tints of Lavender Grey #B5B7CC
RGB
CMYK
RGB Variations
Color information
#B5B7CC (or 0xB5B7CC) is known color: Lavender Grey. HEX triplet: B5, B7 and CC. RGB value is (181,183,204). Sum of RGB (Red+Green+Blue) = 181+183+204=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7CC is #4A4833. Grayscale: #B8B8B8. Windows color (decimal): -4868148 or 13416373. OLE color: 13416373.
HSL color Cylindrical-coordinate representation of color #B5B7CC: hue angle of 234.78º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5B7CC is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 183 | 204 | - |
CMYK | 0.11 | 0.10 | 0 | 0.2 |
HSL | 234.78º | 0.18% | 0.75% | - |
HSV(B) | 234.78º | 0.11% | 0.8% | - |
XYZ | 46.89 | 48.05 | 63.93 | - |
YUV | 184.8 | 138.84 | 125.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 183 | 204 | 0.11 | 0.10 | 0 | 0.2 | 234.78 | 0.18 | 0.75 |
Hex | B5 | B7 | CC | B | A | 0 | 14 | EB | 12 | 4B |
Octal | 265 | 267 | 314 | 13 | 12 | 0 | 24 | 353 | 22 | 113 |
Binary | 10110101 | 10110111 | 11001100 | 1011 | 1010 | 0 | 10100 | 11101011 | 10010 | 1001011 |
Color Harmonies of #B5B7CC
Complementary color
Monochromatic Colors of #B5B7CC
Black with #B5B7CC
Text Example
Text Example
White with #B5B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B7CC; }
p { color: rgb(181,183,204); }
H1.HeaderClassName
{
color: #B5B7CC;
}
.AnyTagClassName
{
color: #B5B7CC;
}
</style>
background-color css
<style>
a { background-color: #B5B7CC; }
a { background-color: rgb(181,183,204); }
div.DivClassName
{
background-color: #B5B7CC;
}
.BgClassName
{
background-color: #B5B7CC;
}
</style>
border-color css
<style>
span { border-color: #B5B7CC; }
span { border-color: rgb(181,183,204); }
td.TdClassName
{
border-color: #B5B7CC;
}
.TagClassName
{
border-color: #B5B7CC;
}
</style>