#BF9BAB

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

Shades of Lily #BF9BAB

Tints of Lily #BF9BAB

Color information

#BF9BAB (or 0xBF9BAB) is unknown color: approx Lily. HEX triplet: BF, 9B and AB. RGB value is (191,155,171). Sum of RGB (Red+Green+Blue) = 191+155+171=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BAB is #406454. Grayscale: #A7A7A7. Windows color (decimal): -4219989 or 11246527. OLE color: 11246527.

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

Color convert

RGB191155171-
CMYK00.190.100.25
HSL333.33º21.95%67.84%-
HSV(B)333.33º18.85%74.9%-
XYZ40.5637.4643.62-
YUV167.59129.93144.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=36.94%
G=29.98%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115517100.190.100.25333.3321.9567.84
HexBF9BAB013A1914d1644
Octal277233253023123151526104
Binary101111111001101110101011010011101011001101001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BAB; }

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

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

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

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

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

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

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

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