#BF99AC

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

Shades of Lily #BF99AC

Tints of Lily #BF99AC

Color information

#BF99AC (or 0xBF99AC) is unknown color: approx Lily. HEX triplet: BF, 99 and AC. RGB value is (191,153,172). Sum of RGB (Red+Green+Blue) = 191+153+172=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AC is #406653. Grayscale: #A6A6A6. Windows color (decimal): -4220500 or 11311551. OLE color: 11311551.

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

Color convert

RGB191153172-
CMYK00.200.100.25
HSL330º22.89%67.45%-
HSV(B)330º19.9%74.9%-
XYZ40.3236.8444.01-
YUV166.53131.09145.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=37.02%
G=29.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115317200.200.100.2533022.8967.45
HexBF99AC014A1914a1743
Octal277231254024123151227103
Binary101111111001100110101100010100101011001101001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99AC; }

 p { color: rgb(191,153,172); }

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

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

 a { background-color: rgb(191,153,172); }

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

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

 span { border-color: rgb(191,153,172); }

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