#BD8FAA

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

Shades of Lily #BD8FAA

Tints of Lily #BD8FAA

Color information

#BD8FAA (or 0xBD8FAA) is unknown color: approx Lily. HEX triplet: BD, 8F and AA. RGB value is (189,143,170). Sum of RGB (Red+Green+Blue) = 189+143+170=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FAA is #427055. Grayscale: #9F9F9F. Windows color (decimal): -4354134 or 11177917. OLE color: 11177917.

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

Color convert

RGB189143170-
CMYK00.240.100.26
HSL324.78º25.84%65.1%-
HSV(B)324.78º24.34%74.12%-
XYZ38.0633.3742.46-
YUV159.83133.74148.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=37.65%
G=28.49%
B=33.86%

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
Decimal18914317000.240.100.26324.7825.8465.1
HexBD8FAA018A1A1451a41
Octal275217252030123250532101
Binary101111011000111110101010011000101011010101000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FAA; }

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

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

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

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

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

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

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

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