Shades of Lavender Grey #B5B5CD
Tints of Lavender Grey #B5B5CD
RGB
CMYK
RGB Variations
Color information
#B5B5CD (or 0xB5B5CD) is known color: Lavender Grey. HEX triplet: B5, B5 and CD. RGB value is (181,181,205). Sum of RGB (Red+Green+Blue) = 181+181+205=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B5CD is #4A4A32. Grayscale: #B7B7B7. Windows color (decimal): -4868659 or 13481397. OLE color: 13481397.
HSL color Cylindrical-coordinate representation of color #B5B5CD: hue angle of 240º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B5CD is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 181 | 205 | - |
CMYK | 0.12 | 0.12 | 0 | 0.20 |
HSL | 240º | 0.19% | 0.76% | - |
HSV(B) | 240º | 0.12% | 0.8% | - |
XYZ | 46.6 | 47.28 | 64.43 | - |
YUV | 183.74 | 140 | 126.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 181 | 205 | 0.12 | 0.12 | 0 | 0.20 | 240 | 0.19 | 0.76 |
Hex | B5 | B5 | CD | C | C | 0 | 14 | F0 | 13 | 4C |
Octal | 265 | 265 | 315 | 14 | 14 | 0 | 24 | 360 | 23 | 114 |
Binary | 10110101 | 10110101 | 11001101 | 1100 | 1100 | 0 | 10100 | 11110000 | 10011 | 1001100 |
Color Harmonies of #B5B5CD
Complementary color
Monochromatic Colors of #B5B5CD
Black with #B5B5CD
Text Example
Text Example
White with #B5B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B5CD; }
p { color: rgb(181,181,205); }
H1.HeaderClassName
{
color: #B5B5CD;
}
.AnyTagClassName
{
color: #B5B5CD;
}
</style>
background-color css
<style>
a { background-color: #B5B5CD; }
a { background-color: rgb(181,181,205); }
div.DivClassName
{
background-color: #B5B5CD;
}
.BgClassName
{
background-color: #B5B5CD;
}
</style>
border-color css
<style>
span { border-color: #B5B5CD; }
span { border-color: rgb(181,181,205); }
td.TdClassName
{
border-color: #B5B5CD;
}
.TagClassName
{
border-color: #B5B5CD;
}
</style>