Shades of Lily #BD92B1
Tints of Lily #BD92B1
RGB
CMYK
RGB Variations
Color information
#BD92B1 (or 0xBD92B1) is known color: Lily. HEX triplet: BD, 92 and B1. RGB value is (189,146,177). Sum of RGB (Red+Green+Blue) = 189+146+177=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92B1 is #426D4E. Grayscale: #A2A2A2. Windows color (decimal): -4353359 or 11637437. OLE color: 11637437.
HSL color Cylindrical-coordinate representation of color #BD92B1: hue angle of 316.74º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92B1 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 177 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.26 |
| HSL | 316.74º | 0.25% | 0.66% | - |
| HSV(B) | 316.74º | 0.23% | 0.74% | - |
| XYZ | 39.2 | 34.55 | 46.2 | - |
| YUV | 162.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 177 | 0 | 0.23 | 0.06 | 0.26 | 316.74 | 0.25 | 0.66 |
| Hex | BD | 92 | B1 | 0 | 17 | 6 | 1A | 13D | 19 | 42 |
| Octal | 275 | 222 | 261 | 0 | 27 | 6 | 32 | 475 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10110001 | 0 | 10111 | 110 | 11010 | 100111101 | 11001 | 1000010 |
Color Harmonies of #BD92B1
Complementary color
Monochromatic Colors of #BD92B1
Black with #BD92B1
Text Example
Text Example
White with #BD92B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92B1; }
p { color: rgb(189,146,177); }
H1.HeaderClassName
{
color: #BD92B1;
}
.AnyTagClassName
{
color: #BD92B1;
}
</style>
background-color css
<style>
a { background-color: #BD92B1; }
a { background-color: rgb(189,146,177); }
div.DivClassName
{
background-color: #BD92B1;
}
.BgClassName
{
background-color: #BD92B1;
}
</style>
border-color css
<style>
span { border-color: #BD92B1; }
span { border-color: rgb(189,146,177); }
td.TdClassName
{
border-color: #BD92B1;
}
.TagClassName
{
border-color: #BD92B1;
}
</style>