Shades of Lavender Grey #B6B3EE
Tints of Lavender Grey #B6B3EE
RGB
CMYK
RGB Variations
Color information
#B6B3EE (or 0xB6B3EE) is known color: Lavender Grey. HEX triplet: B6, B3 and EE. RGB value is (182,179,238). Sum of RGB (Red+Green+Blue) = 182+179+238=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B3EE is #494C11. Grayscale: #BABABA. Windows color (decimal): -4803602 or 15643574. OLE color: 15643574.
HSL color Cylindrical-coordinate representation of color #B6B3EE: hue angle of 243.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6B3EE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 179 | 238 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.07 |
| HSL | 243.05º | 0.63% | 0.82% | - |
| HSV(B) | 243.05º | 0.25% | 0.93% | - |
| XYZ | 50.84 | 48.36 | 87.54 | - |
| YUV | 186.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 238 | 0.24 | 0.25 | 0 | 0.07 | 243.05 | 0.63 | 0.82 |
| Hex | B6 | B3 | EE | 18 | 19 | 0 | 7 | F3 | 3F | 52 |
| Octal | 266 | 263 | 356 | 30 | 31 | 0 | 7 | 363 | 77 | 122 |
| Binary | 10110110 | 10110011 | 11101110 | 11000 | 11001 | 0 | 111 | 11110011 | 111111 | 1010010 |
Color Harmonies of #B6B3EE
Complementary color
Monochromatic Colors of #B6B3EE
Black with #B6B3EE
Text Example
Text Example
White with #B6B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B3EE; }
p { color: rgb(182,179,238); }
H1.HeaderClassName
{
color: #B6B3EE;
}
.AnyTagClassName
{
color: #B6B3EE;
}
</style>
background-color css
<style>
a { background-color: #B6B3EE; }
a { background-color: rgb(182,179,238); }
div.DivClassName
{
background-color: #B6B3EE;
}
.BgClassName
{
background-color: #B6B3EE;
}
</style>
border-color css
<style>
span { border-color: #B6B3EE; }
span { border-color: rgb(182,179,238); }
td.TdClassName
{
border-color: #B6B3EE;
}
.TagClassName
{
border-color: #B6B3EE;
}
</style>