Shades of Lavender Grey #BBB6F3
Tints of Lavender Grey #BBB6F3
RGB
CMYK
RGB Variations
Color information
#BBB6F3 (or 0xBBB6F3) is known color: Lavender Grey. HEX triplet: BB, B6 and F3. RGB value is (187,182,243). Sum of RGB (Red+Green+Blue) = 187+182+243=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6F3 is #44490C. Grayscale: #BEBEBE. Windows color (decimal): -4475149 or 15972027. OLE color: 15972027.
HSL color Cylindrical-coordinate representation of color #BBB6F3: hue angle of 244.92º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB6F3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 182 | 243 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.05 |
| HSL | 244.92º | 0.72% | 0.83% | - |
| HSV(B) | 244.92º | 0.25% | 0.95% | - |
| XYZ | 53.4 | 50.49 | 91.73 | - |
| YUV | 190.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 243 | 0.23 | 0.25 | 0 | 0.05 | 244.92 | 0.72 | 0.83 |
| Hex | BB | B6 | F3 | 17 | 19 | 0 | 5 | F5 | 48 | 53 |
| Octal | 273 | 266 | 363 | 27 | 31 | 0 | 5 | 365 | 110 | 123 |
| Binary | 10111011 | 10110110 | 11110011 | 10111 | 11001 | 0 | 101 | 11110101 | 1001000 | 1010011 |
Color Harmonies of #BBB6F3
Complementary color
Monochromatic Colors of #BBB6F3
Black with #BBB6F3
Text Example
Text Example
White with #BBB6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6F3; }
p { color: rgb(187,182,243); }
H1.HeaderClassName
{
color: #BBB6F3;
}
.AnyTagClassName
{
color: #BBB6F3;
}
</style>
background-color css
<style>
a { background-color: #BBB6F3; }
a { background-color: rgb(187,182,243); }
div.DivClassName
{
background-color: #BBB6F3;
}
.BgClassName
{
background-color: #BBB6F3;
}
</style>
border-color css
<style>
span { border-color: #BBB6F3; }
span { border-color: rgb(187,182,243); }
td.TdClassName
{
border-color: #BBB6F3;
}
.TagClassName
{
border-color: #BBB6F3;
}
</style>