Shades of Lily #BC97A8
Tints of Lily #BC97A8
RGB
CMYK
RGB Variations
Color information
#BC97A8 (or 0xBC97A8) is known color: Lily. HEX triplet: BC, 97 and A8. RGB value is (188,151,168). Sum of RGB (Red+Green+Blue) = 188+151+168=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC97A8 is #436857. Grayscale: #A3A3A3. Windows color (decimal): -4417624 or 11048892. OLE color: 11048892.
HSL color Cylindrical-coordinate representation of color #BC97A8: hue angle of 332.43º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC97A8 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 151 | 168 | - |
CMYK | 0 | 0.20 | 0.11 | 0.26 |
HSL | 332.43º | 0.22% | 0.66% | - |
HSV(B) | 332.43º | 0.2% | 0.74% | - |
XYZ | 38.87 | 35.65 | 41.88 | - |
YUV | 164 | 130.26 | 145.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 151 | 168 | 0 | 0.20 | 0.11 | 0.26 | 332.43 | 0.22 | 0.66 |
Hex | BC | 97 | A8 | 0 | 14 | B | 1A | 14C | 16 | 42 |
Octal | 274 | 227 | 250 | 0 | 24 | 13 | 32 | 514 | 26 | 102 |
Binary | 10111100 | 10010111 | 10101000 | 0 | 10100 | 1011 | 11010 | 101001100 | 10110 | 1000010 |
Color Harmonies of #BC97A8
Complementary color
Monochromatic Colors of #BC97A8
Black with #BC97A8
Text Example
Text Example
White with #BC97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97A8; }
p { color: rgb(188,151,168); }
H1.HeaderClassName
{
color: #BC97A8;
}
.AnyTagClassName
{
color: #BC97A8;
}
</style>
background-color css
<style>
a { background-color: #BC97A8; }
a { background-color: rgb(188,151,168); }
div.DivClassName
{
background-color: #BC97A8;
}
.BgClassName
{
background-color: #BC97A8;
}
</style>
border-color css
<style>
span { border-color: #BC97A8; }
span { border-color: rgb(188,151,168); }
td.TdClassName
{
border-color: #BC97A8;
}
.TagClassName
{
border-color: #BC97A8;
}
</style>