#BF8CAF

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

Shades of Lily #BF8CAF

Tints of Lily #BF8CAF

Color information

#BF8CAF (or 0xBF8CAF) is unknown color: approx Lily. HEX triplet: BF, 8C and AF. RGB value is (191,140,175). Sum of RGB (Red+Green+Blue) = 191+140+175=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8CAF is #407350. Grayscale: #9F9F9F. Windows color (decimal): -4223825 or 11504831. OLE color: 11504831.

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

Color convert

RGB191140175-
CMYK00.270.080.25
HSL318.82º28.49%64.9%-
HSV(B)318.82º26.7%74.9%-
XYZ38.632.9344.88-
YUV159.24136.9150.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=37.75%
G=27.67%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114017500.270.080.25318.8228.4964.9
HexBF8CAF01B81913f1c41
Octal277214257033103147734101
Binary101111111000110010101111011011100011001100111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CAF; }

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

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

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

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

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

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

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

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