#BF8BAB

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

Shades of Lily #BF8BAB

Tints of Lily #BF8BAB

Color information

#BF8BAB (or 0xBF8BAB) is unknown color: approx Lily. HEX triplet: BF, 8B and AB. RGB value is (191,139,171). Sum of RGB (Red+Green+Blue) = 191+139+171=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BAB is #407454. Grayscale: #9E9E9E. Windows color (decimal): -4224085 or 11242431. OLE color: 11242431.

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

Color convert

RGB191139171-
CMYK00.270.100.25
HSL323.08º28.89%64.71%-
HSV(B)323.08º27.23%74.9%-
XYZ38.0732.4842.79-
YUV158.2135.23151.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=38.12%
G=27.74%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113917100.270.100.25323.0828.8964.71
HexBF8BAB01BA191431d41
Octal277213253033123150335101
Binary101111111000101110101011011011101011001101000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BAB; }

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

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

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

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

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

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

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

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