Shades of Lavender Grey #B7B7DF
Tints of Lavender Grey #B7B7DF
RGB
CMYK
RGB Variations
Color information
#B7B7DF (or 0xB7B7DF) is known color: Lavender Grey. HEX triplet: B7, B7 and DF. RGB value is (183,183,223). Sum of RGB (Red+Green+Blue) = 183+183+223=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7DF is #484820. Grayscale: #BBBBBB. Windows color (decimal): -4737057 or 14661559. OLE color: 14661559.
HSL color Cylindrical-coordinate representation of color #B7B7DF: hue angle of 240º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B7DF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 183 | 223 | - |
CMYK | 0.18 | 0.18 | 0 | 0.13 |
HSL | 240º | 0.38% | 0.8% | - |
HSV(B) | 240º | 0.18% | 0.87% | - |
XYZ | 49.78 | 49.26 | 76.7 | - |
YUV | 187.56 | 148 | 124.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 223 | 0.18 | 0.18 | 0 | 0.13 | 240 | 0.38 | 0.8 |
Hex | B7 | B7 | DF | 12 | 12 | 0 | D | F0 | 26 | 50 |
Octal | 267 | 267 | 337 | 22 | 22 | 0 | 15 | 360 | 46 | 120 |
Binary | 10110111 | 10110111 | 11011111 | 10010 | 10010 | 0 | 1101 | 11110000 | 100110 | 1010000 |
Color Harmonies of #B7B7DF
Complementary color
Monochromatic Colors of #B7B7DF
Black with #B7B7DF
Text Example
Text Example
White with #B7B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7DF; }
p { color: rgb(183,183,223); }
H1.HeaderClassName
{
color: #B7B7DF;
}
.AnyTagClassName
{
color: #B7B7DF;
}
</style>
background-color css
<style>
a { background-color: #B7B7DF; }
a { background-color: rgb(183,183,223); }
div.DivClassName
{
background-color: #B7B7DF;
}
.BgClassName
{
background-color: #B7B7DF;
}
</style>
border-color css
<style>
span { border-color: #B7B7DF; }
span { border-color: rgb(183,183,223); }
td.TdClassName
{
border-color: #B7B7DF;
}
.TagClassName
{
border-color: #B7B7DF;
}
</style>