#BD8CAD

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

Shades of Lily #BD8CAD

Tints of Lily #BD8CAD

Color information

#BD8CAD (or 0xBD8CAD) is unknown color: approx Lily. HEX triplet: BD, 8C and AD. RGB value is (189,140,173). Sum of RGB (Red+Green+Blue) = 189+140+173=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CAD is #427352. Grayscale: #9E9E9E. Windows color (decimal): -4354899 or 11373757. OLE color: 11373757.

HSL color Cylindrical-coordinate representation of color #BD8CAD: hue angle of 319.59º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8CAD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189140173-
CMYK00.260.080.26
HSL319.59º27.07%64.51%-
HSV(B)319.59º25.93%74.12%-
XYZ37.9132.5943.83-
YUV158.41136.23149.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=37.65%
G=27.89%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914017300.260.080.26319.5927.0764.51
HexBD8CAD01A81A1401b41
Octal275214255032103250033101
Binary101111011000110010101101011010100011010101000000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CAD; }

 p { color: rgb(189,140,173); }

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

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

 a { background-color: rgb(189,140,173); }

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

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

 span { border-color: rgb(189,140,173); }

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