#BD8CAB

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

Shades of Lily #BD8CAB

Tints of Lily #BD8CAB

Color information

#BD8CAB (or 0xBD8CAB) is unknown color: approx Lily. HEX triplet: BD, 8C and AB. RGB value is (189,140,171). Sum of RGB (Red+Green+Blue) = 189+140+171=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CAB is #427354. Grayscale: #9E9E9E. Windows color (decimal): -4354901 or 11242685. OLE color: 11242685.

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

Color convert

RGB189140171-
CMYK00.260.100.26
HSL322.04º27.07%64.51%-
HSV(B)322.04º25.93%74.12%-
XYZ37.7232.5242.82-
YUV158.18135.23149.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=37.8%
G=28%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914017100.260.100.26322.0427.0764.51
HexBD8CAB01AA1A1421b41
Octal275214253032123250233101
Binary101111011000110010101011011010101011010101000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CAB; }

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

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

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

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

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

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

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

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