#BD8FAB

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

Shades of Lily #BD8FAB

Tints of Lily #BD8FAB

Color information

#BD8FAB (or 0xBD8FAB) is unknown color: approx Lily. HEX triplet: BD, 8F and AB. RGB value is (189,143,171). Sum of RGB (Red+Green+Blue) = 189+143+171=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FAB is #427054. Grayscale: #9F9F9F. Windows color (decimal): -4354133 or 11243453. OLE color: 11243453.

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

Color convert

RGB189143171-
CMYK00.240.100.26
HSL323.48º25.84%65.1%-
HSV(B)323.48º24.34%74.12%-
XYZ38.1633.442.96-
YUV159.95134.24148.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=37.57%
G=28.43%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914317100.240.100.26323.4825.8465.1
HexBD8FAB018A1A1431a41
Octal275217253030123250332101
Binary101111011000111110101011011000101011010101000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FAB; }

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

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

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

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

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

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

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

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