#BF9BAA

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

Shades of Lily #BF9BAA

Tints of Lily #BF9BAA

Color information

#BF9BAA (or 0xBF9BAA) is unknown color: approx Lily. HEX triplet: BF, 9B and AA. RGB value is (191,155,170). Sum of RGB (Red+Green+Blue) = 191+155+170=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BAA is #406455. Grayscale: #A7A7A7. Windows color (decimal): -4219990 or 11180991. OLE color: 11180991.

HSL color Cylindrical-coordinate representation of color #BF9BAA: hue angle of 335º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9BAA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191155170-
CMYK00.190.110.25
HSL335º21.95%67.84%-
HSV(B)335º18.85%74.9%-
XYZ40.4637.4243.12-
YUV167.47129.43144.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=37.02%
G=30.04%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115517000.190.110.2533521.9567.84
HexBF9BAA013B1914f1644
Octal277233252023133151726104
Binary101111111001101110101010010011101111001101001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BAA; }

 p { color: rgb(191,155,170); }

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

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

 a { background-color: rgb(191,155,170); }

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

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

 span { border-color: rgb(191,155,170); }

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