#BF98AD

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

Shades of Lily #BF98AD

Tints of Lily #BF98AD

Color information

#BF98AD (or 0xBF98AD) is unknown color: approx Lily. HEX triplet: BF, 98 and AD. RGB value is (191,152,173). Sum of RGB (Red+Green+Blue) = 191+152+173=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98AD is #406752. Grayscale: #A6A6A6. Windows color (decimal): -4220755 or 11376831. OLE color: 11376831.

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

Color convert

RGB191152173-
CMYK00.200.090.25
HSL327.69º23.35%67.25%-
HSV(B)327.69º20.42%74.9%-
XYZ40.2636.5544.47-
YUV166.05131.92145.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=37.02%
G=29.46%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115217300.200.090.25327.6923.3567.25
HexBF98AD0149191481743
Octal277230255024113151027103
Binary101111111001100010101101010100100111001101001000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98AD; }

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

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

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

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

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

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

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

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