Shades of Lily #BD95B3
Tints of Lily #BD95B3
RGB
CMYK
RGB Variations
Color information
#BD95B3 (or 0xBD95B3) is known color: Lily. HEX triplet: BD, 95 and B3. RGB value is (189,149,179). Sum of RGB (Red+Green+Blue) = 189+149+179=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95B3 is #426A4C. Grayscale: #A4A4A4. Windows color (decimal): -4352589 or 11769277. OLE color: 11769277.
HSL color Cylindrical-coordinate representation of color #BD95B3: hue angle of 315º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD95B3 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 179 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.26 |
| HSL | 315º | 0.23% | 0.66% | - |
| HSV(B) | 315º | 0.21% | 0.74% | - |
| XYZ | 39.87 | 35.57 | 47.41 | - |
| YUV | 164.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 179 | 0 | 0.21 | 0.05 | 0.26 | 315 | 0.23 | 0.66 |
| Hex | BD | 95 | B3 | 0 | 15 | 5 | 1A | 13B | 17 | 42 |
| Octal | 275 | 225 | 263 | 0 | 25 | 5 | 32 | 473 | 27 | 102 |
| Binary | 10111101 | 10010101 | 10110011 | 0 | 10101 | 101 | 11010 | 100111011 | 10111 | 1000010 |
Color Harmonies of #BD95B3
Complementary color
Monochromatic Colors of #BD95B3
Black with #BD95B3
Text Example
Text Example
White with #BD95B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95B3; }
p { color: rgb(189,149,179); }
H1.HeaderClassName
{
color: #BD95B3;
}
.AnyTagClassName
{
color: #BD95B3;
}
</style>
background-color css
<style>
a { background-color: #BD95B3; }
a { background-color: rgb(189,149,179); }
div.DivClassName
{
background-color: #BD95B3;
}
.BgClassName
{
background-color: #BD95B3;
}
</style>
border-color css
<style>
span { border-color: #BD95B3; }
span { border-color: rgb(189,149,179); }
td.TdClassName
{
border-color: #BD95B3;
}
.TagClassName
{
border-color: #BD95B3;
}
</style>