#BF97B2

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

Shades of Lily #BF97B2

Tints of Lily #BF97B2

Color information

#BF97B2 (or 0xBF97B2) is unknown color: approx Lily. HEX triplet: BF, 97 and B2. RGB value is (191,151,178). Sum of RGB (Red+Green+Blue) = 191+151+178=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF97B2 is #40684D. Grayscale: #A5A5A5. Windows color (decimal): -4221006 or 11704255. OLE color: 11704255.

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

Color convert

RGB191151178-
CMYK00.210.070.25
HSL319.5º23.81%67.06%-
HSV(B)319.5º20.94%74.9%-
XYZ40.5936.4247.01-
YUV166.04134.75145.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=36.73%
G=29.04%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115117800.210.070.25319.523.8167.06
HexBF97B20157191401843
Octal27722726202573150030103
Binary10111111100101111011001001010111111001101000000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97B2; }

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

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

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

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

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

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

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

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