Shades of Lavender Grey #BBB5ED
Tints of Lavender Grey #BBB5ED
RGB
CMYK
RGB Variations
Color information
#BBB5ED (or 0xBBB5ED) is known color: Lavender Grey. HEX triplet: BB, B5 and ED. RGB value is (187,181,237). Sum of RGB (Red+Green+Blue) = 187+181+237=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5ED is #444A12. Grayscale: #BCBCBC. Windows color (decimal): -4475411 or 15578555. OLE color: 15578555.
HSL color Cylindrical-coordinate representation of color #BBB5ED: hue angle of 246.43º degrees, saturation: 0.61, 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 #BBB5ED is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 181 | 237 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.07 |
| HSL | 246.43º | 0.61% | 0.82% | - |
| HSV(B) | 246.43º | 0.24% | 0.93% | - |
| XYZ | 52.3 | 49.73 | 86.96 | - |
| YUV | 189.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 237 | 0.21 | 0.24 | 0 | 0.07 | 246.43 | 0.61 | 0.82 |
| Hex | BB | B5 | ED | 15 | 18 | 0 | 7 | F6 | 3D | 52 |
| Octal | 273 | 265 | 355 | 25 | 30 | 0 | 7 | 366 | 75 | 122 |
| Binary | 10111011 | 10110101 | 11101101 | 10101 | 11000 | 0 | 111 | 11110110 | 111101 | 1010010 |
Color Harmonies of #BBB5ED
Complementary color
Monochromatic Colors of #BBB5ED
Black with #BBB5ED
Text Example
Text Example
White with #BBB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5ED; }
p { color: rgb(187,181,237); }
H1.HeaderClassName
{
color: #BBB5ED;
}
.AnyTagClassName
{
color: #BBB5ED;
}
</style>
background-color css
<style>
a { background-color: #BBB5ED; }
a { background-color: rgb(187,181,237); }
div.DivClassName
{
background-color: #BBB5ED;
}
.BgClassName
{
background-color: #BBB5ED;
}
</style>
border-color css
<style>
span { border-color: #BBB5ED; }
span { border-color: rgb(187,181,237); }
td.TdClassName
{
border-color: #BBB5ED;
}
.TagClassName
{
border-color: #BBB5ED;
}
</style>