#BF9CAB

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

Shades of Lily #BF9CAB

Tints of Lily #BF9CAB

Color information

#BF9CAB (or 0xBF9CAB) is unknown color: approx Lily. HEX triplet: BF, 9C and AB. RGB value is (191,156,171). Sum of RGB (Red+Green+Blue) = 191+156+171=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CAB is #406354. Grayscale: #A8A8A8. Windows color (decimal): -4219733 or 11246783. OLE color: 11246783.

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

Color convert

RGB191156171-
CMYK00.180.100.25
HSL334.29º21.47%68.04%-
HSV(B)334.29º18.32%74.9%-
XYZ40.7337.7943.68-
YUV168.18129.6144.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=36.87%
G=30.12%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115617100.180.100.25334.2921.4768.04
HexBF9CAB012A1914e1544
Octal277234253022123151625104
Binary101111111001110010101011010010101011001101001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CAB; }

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

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

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

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

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

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

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

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