Shades of Lavender Grey #B7B5DA
Tints of Lavender Grey #B7B5DA
RGB
CMYK
RGB Variations
Color information
#B7B5DA (or 0xB7B5DA) is known color: Lavender Grey. HEX triplet: B7, B5 and DA. RGB value is (183,181,218). Sum of RGB (Red+Green+Blue) = 183+181+218=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5DA is #484A25. Grayscale: #B9B9B9. Windows color (decimal): -4737574 or 14333367. OLE color: 14333367.
HSL color Cylindrical-coordinate representation of color #B7B5DA: hue angle of 243.24º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B5DA is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 183 | 181 | 218 | - |
CMYK | 0.16 | 0.17 | 0 | 0.15 |
HSL | 243.24º | 0.33% | 0.78% | - |
HSV(B) | 243.24º | 0.17% | 0.85% | - |
XYZ | 48.71 | 48.18 | 73.06 | - |
YUV | 185.82 | 146.16 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 181 | 218 | 0.16 | 0.17 | 0 | 0.15 | 243.24 | 0.33 | 0.78 |
Hex | B7 | B5 | DA | 10 | 11 | 0 | F | F3 | 21 | 4E |
Octal | 267 | 265 | 332 | 20 | 21 | 0 | 17 | 363 | 41 | 116 |
Binary | 10110111 | 10110101 | 11011010 | 10000 | 10001 | 0 | 1111 | 11110011 | 100001 | 1001110 |
Color Harmonies of #B7B5DA
Complementary color
Monochromatic Colors of #B7B5DA
Black with #B7B5DA
Text Example
Text Example
White with #B7B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5DA; }
p { color: rgb(183,181,218); }
H1.HeaderClassName
{
color: #B7B5DA;
}
.AnyTagClassName
{
color: #B7B5DA;
}
</style>
background-color css
<style>
a { background-color: #B7B5DA; }
a { background-color: rgb(183,181,218); }
div.DivClassName
{
background-color: #B7B5DA;
}
.BgClassName
{
background-color: #B7B5DA;
}
</style>
border-color css
<style>
span { border-color: #B7B5DA; }
span { border-color: rgb(183,181,218); }
td.TdClassName
{
border-color: #B7B5DA;
}
.TagClassName
{
border-color: #B7B5DA;
}
</style>