#BD97AB

Color #BD97AB Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BD97AB

Tints of Lily #BD97AB

Color information

#BD97AB (or 0xBD97AB) is unknown color: approx Lily. HEX triplet: BD, 97 and AB. RGB value is (189,151,171). Sum of RGB (Red+Green+Blue) = 189+151+171=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BD97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD97AB is #426854. Grayscale: #A4A4A4. Windows color (decimal): -4352085 or 11245501. OLE color: 11245501.

HSL color Cylindrical-coordinate representation of color #BD97AB: hue angle of 328.42º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD97AB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189151171-
CMYK00.200.100.26
HSL328.42º22.35%66.67%-
HSV(B)328.42º20.11%74.12%-
XYZ39.435.8943.38-
YUV164.64131.59145.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=36.99%
G=29.55%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915117100.200.100.26328.4222.3566.67
HexBD97AB014A1A1481643
Octal275227253024123251026103
Binary101111011001011110101011010100101011010101001000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97AB; }

 p { color: rgb(189,151,171); }

 H1.HeaderClassName
 {
   color: #BD97AB;
 }
 .AnyTagClassName
 {
   color: #BD97AB;
 }
</style>
background-color css

<style>
 a { background-color: #BD97AB; }

 a { background-color: rgb(189,151,171); }

 div.DivClassName
 {
   background-color: #BD97AB;
 }
 .BgClassName
 {
   background-color: #BD97AB;
 }
</style>
border-color css

<style>
 span { border-color: #BD97AB; }

 span { border-color: rgb(189,151,171); }

 td.TdClassName
 {
   border-color: #BD97AB;
 }
 .TagClassName
 {
   border-color: #BD97AB;
 }
</style>