#BF8DAB

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

Shades of Lily #BF8DAB

Tints of Lily #BF8DAB

Color information

#BF8DAB (or 0xBF8DAB) is unknown color: approx Lily. HEX triplet: BF, 8D and AB. RGB value is (191,141,171). Sum of RGB (Red+Green+Blue) = 191+141+171=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAB is #407254. Grayscale: #9F9F9F. Windows color (decimal): -4223573 or 11242943. OLE color: 11242943.

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

Color convert

RGB191141171-
CMYK00.260.100.25
HSL324º28.09%65.1%-
HSV(B)324º26.18%74.9%-
XYZ38.3633.0742.89-
YUV159.37134.56150.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=37.97%
G=28.03%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114117100.260.100.2532428.0965.1
HexBF8DAB01AA191441c41
Octal277215253032123150434101
Binary101111111000110110101011011010101011001101000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DAB; }

 p { color: rgb(191,141,171); }

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

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

 a { background-color: rgb(191,141,171); }

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

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

 span { border-color: rgb(191,141,171); }

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