#BD93AC

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

Shades of Lily #BD93AC

Tints of Lily #BD93AC

Color information

#BD93AC (or 0xBD93AC) is unknown color: approx Lily. HEX triplet: BD, 93 and AC. RGB value is (189,147,172). Sum of RGB (Red+Green+Blue) = 189+147+172=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD93AC is #426C53. Grayscale: #A2A2A2. Windows color (decimal): -4353108 or 11310013. OLE color: 11310013.

HSL color Cylindrical-coordinate representation of color #BD93AC: hue angle of 324.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD93AC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189147172-
CMYK00.220.090.26
HSL324.29º24.14%65.88%-
HSV(B)324.29º22.22%74.12%-
XYZ38.8734.6643.67-
YUV162.41133.41146.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=37.20%
G=28.94%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914717200.220.090.26324.2924.1465.88
HexBD93AC01691A1441842
Octal275223254026113250430102
Binary101111011001001110101100010110100111010101000100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93AC; }

 p { color: rgb(189,147,172); }

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

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

 a { background-color: rgb(189,147,172); }

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

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

 span { border-color: rgb(189,147,172); }

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