Shades of Lavender Grey #B6B4EA
Tints of Lavender Grey #B6B4EA
RGB
CMYK
RGB Variations
Color information
#B6B4EA (or 0xB6B4EA) is known color: Lavender Grey. HEX triplet: B6, B4 and EA. RGB value is (182,180,234). Sum of RGB (Red+Green+Blue) = 182+180+234=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B4EA is #494B15. Grayscale: #BABABA. Windows color (decimal): -4803350 or 15381686. OLE color: 15381686.
HSL color Cylindrical-coordinate representation of color #B6B4EA: hue angle of 242.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6B4EA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 180 | 234 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.08 |
| HSL | 242.22º | 0.56% | 0.81% | - |
| HSV(B) | 242.22º | 0.23% | 0.92% | - |
| XYZ | 50.46 | 48.53 | 84.55 | - |
| YUV | 186.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 234 | 0.22 | 0.23 | 0 | 0.08 | 242.22 | 0.56 | 0.81 |
| Hex | B6 | B4 | EA | 16 | 17 | 0 | 8 | F2 | 38 | 51 |
| Octal | 266 | 264 | 352 | 26 | 27 | 0 | 10 | 362 | 70 | 121 |
| Binary | 10110110 | 10110100 | 11101010 | 10110 | 10111 | 0 | 1000 | 11110010 | 111000 | 1010001 |
Color Harmonies of #B6B4EA
Complementary color
Monochromatic Colors of #B6B4EA
Black with #B6B4EA
Text Example
Text Example
White with #B6B4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B4EA; }
p { color: rgb(182,180,234); }
H1.HeaderClassName
{
color: #B6B4EA;
}
.AnyTagClassName
{
color: #B6B4EA;
}
</style>
background-color css
<style>
a { background-color: #B6B4EA; }
a { background-color: rgb(182,180,234); }
div.DivClassName
{
background-color: #B6B4EA;
}
.BgClassName
{
background-color: #B6B4EA;
}
</style>
border-color css
<style>
span { border-color: #B6B4EA; }
span { border-color: rgb(182,180,234); }
td.TdClassName
{
border-color: #B6B4EA;
}
.TagClassName
{
border-color: #B6B4EA;
}
</style>