#BF99AD

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

Shades of Lily #BF99AD

Tints of Lily #BF99AD

Color information

#BF99AD (or 0xBF99AD) is unknown color: approx Lily. HEX triplet: BF, 99 and AD. RGB value is (191,153,173). Sum of RGB (Red+Green+Blue) = 191+153+173=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AD is #406652. Grayscale: #A6A6A6. Windows color (decimal): -4220499 or 11377087. OLE color: 11377087.

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

Color convert

RGB191153173-
CMYK00.200.090.25
HSL328.42º22.89%67.45%-
HSV(B)328.42º19.9%74.9%-
XYZ40.4236.8844.52-
YUV166.64131.59145.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=36.94%
G=29.59%
B=33.46%

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
Decimal19115317300.200.090.25328.4222.8967.45
HexBF99AD0149191481743
Octal277231255024113151027103
Binary101111111001100110101101010100100111001101001000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99AD; }

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

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

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

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

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

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

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

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