#BF8CAB

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

Shades of Lily #BF8CAB

Tints of Lily #BF8CAB

Color information

#BF8CAB (or 0xBF8CAB) is unknown color: approx Lily. HEX triplet: BF, 8C and AB. RGB value is (191,140,171). Sum of RGB (Red+Green+Blue) = 191+140+171=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8CAB is #407354. Grayscale: #9E9E9E. Windows color (decimal): -4223829 or 11242687. OLE color: 11242687.

HSL color Cylindrical-coordinate representation of color #BF8CAB: hue angle of 323.53º degrees, saturation: 0.28, 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 #BF8CAB is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191140171-
CMYK00.270.100.25
HSL323.53º28.49%64.9%-
HSV(B)323.53º26.7%74.9%-
XYZ38.2132.7742.84-
YUV158.78134.9150.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=38.05%
G=27.89%
B=34.06%

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
Decimal19114017100.270.100.25323.5328.4964.9
HexBF8CAB01BA191441c41
Octal277214253033123150434101
Binary101111111000110010101011011011101011001101000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CAB; }

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

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

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

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

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

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

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

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