Shades of Lavender Grey #B8B6EE
Tints of Lavender Grey #B8B6EE
RGB
CMYK
RGB Variations
Color information
#B8B6EE (or 0xB8B6EE) is known color: Lavender Grey. HEX triplet: B8, B6 and EE. RGB value is (184,182,238). Sum of RGB (Red+Green+Blue) = 184+182+238=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B6EE is #474911. Grayscale: #BCBCBC. Windows color (decimal): -4671762 or 15644344. OLE color: 15644344.
HSL color Cylindrical-coordinate representation of color #B8B6EE: hue angle of 242.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8B6EE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 182 | 238 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.07 |
| HSL | 242.14º | 0.62% | 0.82% | - |
| HSV(B) | 242.14º | 0.24% | 0.93% | - |
| XYZ | 51.93 | 49.82 | 87.77 | - |
| YUV | 188.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 182 | 238 | 0.23 | 0.24 | 0 | 0.07 | 242.14 | 0.62 | 0.82 |
| Hex | B8 | B6 | EE | 17 | 18 | 0 | 7 | F2 | 3E | 52 |
| Octal | 270 | 266 | 356 | 27 | 30 | 0 | 7 | 362 | 76 | 122 |
| Binary | 10111000 | 10110110 | 11101110 | 10111 | 11000 | 0 | 111 | 11110010 | 111110 | 1010010 |
Color Harmonies of #B8B6EE
Complementary color
Monochromatic Colors of #B8B6EE
Black with #B8B6EE
Text Example
Text Example
White with #B8B6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B6EE; }
p { color: rgb(184,182,238); }
H1.HeaderClassName
{
color: #B8B6EE;
}
.AnyTagClassName
{
color: #B8B6EE;
}
</style>
background-color css
<style>
a { background-color: #B8B6EE; }
a { background-color: rgb(184,182,238); }
div.DivClassName
{
background-color: #B8B6EE;
}
.BgClassName
{
background-color: #B8B6EE;
}
</style>
border-color css
<style>
span { border-color: #B8B6EE; }
span { border-color: rgb(184,182,238); }
td.TdClassName
{
border-color: #B8B6EE;
}
.TagClassName
{
border-color: #B8B6EE;
}
</style>