Shades of Lavender Grey #B8B7ED
Tints of Lavender Grey #B8B7ED
RGB
CMYK
RGB Variations
Color information
#B8B7ED (or 0xB8B7ED) is known color: Lavender Grey. HEX triplet: B8, B7 and ED. RGB value is (184,183,237). Sum of RGB (Red+Green+Blue) = 184+183+237=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B7ED is #474812. Grayscale: #BDBDBD. Windows color (decimal): -4671507 or 15579064. OLE color: 15579064.
HSL color Cylindrical-coordinate representation of color #B8B7ED: hue angle of 241.11º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8B7ED is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 183 | 237 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.07 |
| HSL | 241.11º | 0.6% | 0.82% | - |
| HSV(B) | 241.11º | 0.23% | 0.93% | - |
| XYZ | 51.99 | 50.17 | 87.06 | - |
| YUV | 189.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 237 | 0.22 | 0.23 | 0 | 0.07 | 241.11 | 0.6 | 0.82 |
| Hex | B8 | B7 | ED | 16 | 17 | 0 | 7 | F1 | 3C | 52 |
| Octal | 270 | 267 | 355 | 26 | 27 | 0 | 7 | 361 | 74 | 122 |
| Binary | 10111000 | 10110111 | 11101101 | 10110 | 10111 | 0 | 111 | 11110001 | 111100 | 1010010 |
Color Harmonies of #B8B7ED
Complementary color
Monochromatic Colors of #B8B7ED
Black with #B8B7ED
Text Example
Text Example
White with #B8B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B7ED; }
p { color: rgb(184,183,237); }
H1.HeaderClassName
{
color: #B8B7ED;
}
.AnyTagClassName
{
color: #B8B7ED;
}
</style>
background-color css
<style>
a { background-color: #B8B7ED; }
a { background-color: rgb(184,183,237); }
div.DivClassName
{
background-color: #B8B7ED;
}
.BgClassName
{
background-color: #B8B7ED;
}
</style>
border-color css
<style>
span { border-color: #B8B7ED; }
span { border-color: rgb(184,183,237); }
td.TdClassName
{
border-color: #B8B7ED;
}
.TagClassName
{
border-color: #B8B7ED;
}
</style>