Shades of Lavender Grey #BBB5DF
Tints of Lavender Grey #BBB5DF
RGB
CMYK
RGB Variations
Color information
#BBB5DF (or 0xBBB5DF) is known color: Lavender Grey. HEX triplet: BB, B5 and DF. RGB value is (187,181,223). Sum of RGB (Red+Green+Blue) = 187+181+223=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5DF is #444A20. Grayscale: #BBBBBB. Windows color (decimal): -4475425 or 14661051. OLE color: 14661051.
HSL color Cylindrical-coordinate representation of color #BBB5DF: hue angle of 248.57º degrees, saturation: 0.4, 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 #BBB5DF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 187 | 181 | 223 | - |
CMYK | 0.16 | 0.19 | 0 | 0.13 |
HSL | 248.57º | 0.4% | 0.79% | - |
HSV(B) | 248.57º | 0.19% | 0.87% | - |
XYZ | 50.34 | 48.94 | 76.61 | - |
YUV | 187.58 | 147.99 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 223 | 0.16 | 0.19 | 0 | 0.13 | 248.57 | 0.4 | 0.79 |
Hex | BB | B5 | DF | 10 | 13 | 0 | D | F9 | 28 | 4F |
Octal | 273 | 265 | 337 | 20 | 23 | 0 | 15 | 371 | 50 | 117 |
Binary | 10111011 | 10110101 | 11011111 | 10000 | 10011 | 0 | 1101 | 11111001 | 101000 | 1001111 |
Color Harmonies of #BBB5DF
Complementary color
Monochromatic Colors of #BBB5DF
Black with #BBB5DF
Text Example
Text Example
White with #BBB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5DF; }
p { color: rgb(187,181,223); }
H1.HeaderClassName
{
color: #BBB5DF;
}
.AnyTagClassName
{
color: #BBB5DF;
}
</style>
background-color css
<style>
a { background-color: #BBB5DF; }
a { background-color: rgb(187,181,223); }
div.DivClassName
{
background-color: #BBB5DF;
}
.BgClassName
{
background-color: #BBB5DF;
}
</style>
border-color css
<style>
span { border-color: #BBB5DF; }
span { border-color: rgb(187,181,223); }
td.TdClassName
{
border-color: #BBB5DF;
}
.TagClassName
{
border-color: #BBB5DF;
}
</style>