#BF97AB

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

Shades of Lily #BF97AB

Tints of Lily #BF97AB

Color information

#BF97AB (or 0xBF97AB) is unknown color: approx Lily. HEX triplet: BF, 97 and AB. RGB value is (191,151,171). Sum of RGB (Red+Green+Blue) = 191+151+171=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF97AB is #406854. Grayscale: #A5A5A5. Windows color (decimal): -4221013 or 11245503. OLE color: 11245503.

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

Color convert

RGB191151171-
CMYK00.210.100.25
HSL330º23.81%67.06%-
HSV(B)330º20.94%74.9%-
XYZ39.936.1543.4-
YUV165.24131.25146.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=37.23%
G=29.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115117100.210.100.2533023.8167.06
HexBF97AB015A1914a1843
Octal277227253025123151230103
Binary101111111001011110101011010101101011001101001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97AB; }

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

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

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

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

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

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

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

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