#BF9CAA

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

Shades of Lily #BF9CAA

Tints of Lily #BF9CAA

Color information

#BF9CAA (or 0xBF9CAA) is unknown color: approx Lily. HEX triplet: BF, 9C and AA. RGB value is (191,156,170). Sum of RGB (Red+Green+Blue) = 191+156+170=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CAA is #406355. Grayscale: #A8A8A8. Windows color (decimal): -4219734 or 11181247. OLE color: 11181247.

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

Color convert

RGB191156170-
CMYK00.180.110.25
HSL336º21.47%68.04%-
HSV(B)336º18.32%74.9%-
XYZ40.6337.7643.18-
YUV168.06129.1144.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=36.94%
G=30.17%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115617000.180.110.2533621.4768.04
HexBF9CAA012B191501544
Octal277234252022133152025104
Binary101111111001110010101010010010101111001101010000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CAA; }

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

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

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

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

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

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

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

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