Shades of Lily #B892A5
Tints of Lily #B892A5
RGB
CMYK
RGB Variations
Color information
#B892A5 (or 0xB892A5) is known color: Lily. HEX triplet: B8, 92 and A5. RGB value is (184,146,165). Sum of RGB (Red+Green+Blue) = 184+146+165=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B892A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B892A5 is #476D5A. Grayscale: #9F9F9F. Windows color (decimal): -4681051 or 10851000. OLE color: 10851000.
HSL color Cylindrical-coordinate representation of color #B892A5: hue angle of 330º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B892A5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 165 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.28 |
| HSL | 330º | 0.21% | 0.65% | - |
| HSV(B) | 330º | 0.21% | 0.72% | - |
| XYZ | 36.84 | 33.46 | 40.12 | - |
| YUV | 159.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 165 | 0 | 0.21 | 0.10 | 0.28 | 330 | 0.21 | 0.65 |
| Hex | B8 | 92 | A5 | 0 | 15 | A | 1C | 14A | 15 | 41 |
| Octal | 270 | 222 | 245 | 0 | 25 | 12 | 34 | 512 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10100101 | 0 | 10101 | 1010 | 11100 | 101001010 | 10101 | 1000001 |
Color Harmonies of #B892A5
Complementary color
Monochromatic Colors of #B892A5
Black with #B892A5
Text Example
Text Example
White with #B892A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892A5; }
p { color: rgb(184,146,165); }
H1.HeaderClassName
{
color: #B892A5;
}
.AnyTagClassName
{
color: #B892A5;
}
</style>
background-color css
<style>
a { background-color: #B892A5; }
a { background-color: rgb(184,146,165); }
div.DivClassName
{
background-color: #B892A5;
}
.BgClassName
{
background-color: #B892A5;
}
</style>
border-color css
<style>
span { border-color: #B892A5; }
span { border-color: rgb(184,146,165); }
td.TdClassName
{
border-color: #B892A5;
}
.TagClassName
{
border-color: #B892A5;
}
</style>