Shades of Lavender Grey #BBB4DE
Tints of Lavender Grey #BBB4DE
RGB
CMYK
RGB Variations
Color information
#BBB4DE (or 0xBBB4DE) is known color: Lavender Grey. HEX triplet: BB, B4 and DE. RGB value is (187,180,222). Sum of RGB (Red+Green+Blue) = 187+180+222=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DE is #444B21. Grayscale: #BABABA. Windows color (decimal): -4475682 or 14595259. OLE color: 14595259.
HSL color Cylindrical-coordinate representation of color #BBB4DE: hue angle of 250º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB4DE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 180 | 222 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.13 |
| HSL | 250º | 0.39% | 0.79% | - |
| HSV(B) | 250º | 0.19% | 0.87% | - |
| XYZ | 50 | 48.48 | 75.83 | - |
| YUV | 186.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 222 | 0.16 | 0.19 | 0 | 0.13 | 250 | 0.39 | 0.79 |
| Hex | BB | B4 | DE | 10 | 13 | 0 | D | FA | 27 | 4F |
| Octal | 273 | 264 | 336 | 20 | 23 | 0 | 15 | 372 | 47 | 117 |
| Binary | 10111011 | 10110100 | 11011110 | 10000 | 10011 | 0 | 1101 | 11111010 | 100111 | 1001111 |
Color Harmonies of #BBB4DE
Complementary color
Monochromatic Colors of #BBB4DE
Black with #BBB4DE
Text Example
Text Example
White with #BBB4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4DE; }
p { color: rgb(187,180,222); }
H1.HeaderClassName
{
color: #BBB4DE;
}
.AnyTagClassName
{
color: #BBB4DE;
}
</style>
background-color css
<style>
a { background-color: #BBB4DE; }
a { background-color: rgb(187,180,222); }
div.DivClassName
{
background-color: #BBB4DE;
}
.BgClassName
{
background-color: #BBB4DE;
}
</style>
border-color css
<style>
span { border-color: #BBB4DE; }
span { border-color: rgb(187,180,222); }
td.TdClassName
{
border-color: #BBB4DE;
}
.TagClassName
{
border-color: #BBB4DE;
}
</style>