Shades of Lilac #BB92C2
Tints of Lilac #BB92C2
RGB
CMYK
RGB Variations
Color information
#BB92C2 (or 0xBB92C2) is known color: Lilac. HEX triplet: BB, 92 and C2. RGB value is (187,146,194). Sum of RGB (Red+Green+Blue) = 187+146+194=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB92C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92C2 is #446D3D. Grayscale: #A3A3A3. Windows color (decimal): -4484414 or 12751547. OLE color: 12751547.
HSL color Cylindrical-coordinate representation of color #BB92C2: hue angle of 291.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB92C2 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 146 | 194 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.24 |
| HSL | 291.25º | 0.28% | 0.67% | - |
| HSV(B) | 291.25º | 0.25% | 0.76% | - |
| XYZ | 40.51 | 35.02 | 55.66 | - |
| YUV | 163.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 194 | 0.04 | 0.25 | 0 | 0.24 | 291.25 | 0.28 | 0.67 |
| Hex | BB | 92 | C2 | 4 | 19 | 0 | 18 | 123 | 1C | 43 |
| Octal | 273 | 222 | 302 | 4 | 31 | 0 | 30 | 443 | 34 | 103 |
| Binary | 10111011 | 10010010 | 11000010 | 100 | 11001 | 0 | 11000 | 100100011 | 11100 | 1000011 |
Color Harmonies of #BB92C2
Complementary color
Monochromatic Colors of #BB92C2
Black with #BB92C2
Text Example
Text Example
White with #BB92C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92C2; }
p { color: rgb(187,146,194); }
H1.HeaderClassName
{
color: #BB92C2;
}
.AnyTagClassName
{
color: #BB92C2;
}
</style>
background-color css
<style>
a { background-color: #BB92C2; }
a { background-color: rgb(187,146,194); }
div.DivClassName
{
background-color: #BB92C2;
}
.BgClassName
{
background-color: #BB92C2;
}
</style>
border-color css
<style>
span { border-color: #BB92C2; }
span { border-color: rgb(187,146,194); }
td.TdClassName
{
border-color: #BB92C2;
}
.TagClassName
{
border-color: #BB92C2;
}
</style>