#BF98AC

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

Shades of Lily #BF98AC

Tints of Lily #BF98AC

Color information

#BF98AC (or 0xBF98AC) is unknown color: approx Lily. HEX triplet: BF, 98 and AC. RGB value is (191,152,172). Sum of RGB (Red+Green+Blue) = 191+152+172=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98AC is #406753. Grayscale: #A5A5A5. Windows color (decimal): -4220756 or 11311295. OLE color: 11311295.

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

Color convert

RGB191152172-
CMYK00.200.100.25
HSL329.23º23.35%67.25%-
HSV(B)329.23º20.42%74.9%-
XYZ40.1636.5143.96-
YUV165.94131.42145.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=37.09%
G=29.51%
B=33.40%

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
Decimal19115217200.200.100.25329.2323.3567.25
HexBF98AC014A191491743
Octal277230254024123151127103
Binary101111111001100010101100010100101011001101001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98AC; }

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

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

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

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

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

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

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

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