#BF97B5

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

Shades of Lily #BF97B5

Tints of Lily #BF97B5

Color information

#BF97B5 (or 0xBF97B5) is unknown color: approx Lily. HEX triplet: BF, 97 and B5. RGB value is (191,151,181). Sum of RGB (Red+Green+Blue) = 191+151+181=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97B5 is #40684A. Grayscale: #A6A6A6. Windows color (decimal): -4221003 or 11900863. OLE color: 11900863.

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

Color convert

RGB191151181-
CMYK00.210.050.25
HSL315º23.81%67.06%-
HSV(B)315º20.94%74.9%-
XYZ40.8936.5548.61-
YUV166.38136.25145.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=36.52%
G=28.87%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115118100.210.050.2531523.8167.06
HexBF97B501551913b1843
Octal27722726502553147330103
Binary10111111100101111011010101010110111001100111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97B5; }

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

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

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

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

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

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

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

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