#BD8CAC

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

Shades of Lily #BD8CAC

Tints of Lily #BD8CAC

Color information

#BD8CAC (or 0xBD8CAC) is unknown color: approx Lily. HEX triplet: BD, 8C and AC. RGB value is (189,140,172). Sum of RGB (Red+Green+Blue) = 189+140+172=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CAC is #427353. Grayscale: #9E9E9E. Windows color (decimal): -4354900 or 11308221. OLE color: 11308221.

HSL color Cylindrical-coordinate representation of color #BD8CAC: hue angle of 320.82º 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 #BD8CAC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189140172-
CMYK00.260.090.26
HSL320.82º27.07%64.51%-
HSV(B)320.82º25.93%74.12%-
XYZ37.8132.5543.32-
YUV158.3135.73149.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=37.72%
G=27.94%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914017200.260.090.26320.8227.0764.51
HexBD8CAC01A91A1411b41
Octal275214254032113250133101
Binary101111011000110010101100011010100111010101000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CAC; }

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

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

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

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

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

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

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

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