#B994AD

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

Shades of Lily #B994AD

Tints of Lily #B994AD

Color information

#B994AD (or 0xB994AD) is unknown color: approx Lily. HEX triplet: B9, 94 and AD. RGB value is (185,148,173). Sum of RGB (Red+Green+Blue) = 185+148+173=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B994AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994AD is #466B52. Grayscale: #A1A1A1. Windows color (decimal): -4614995 or 11375801. OLE color: 11375801.

HSL color Cylindrical-coordinate representation of color #B994AD: hue angle of 319.46º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B994AD is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185148173-
CMYK00.200.060.27
HSL319.46º20.9%65.29%-
HSV(B)319.46º20%72.55%-
XYZ38.1434.5144.19-
YUV161.91134.26144.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=36.56%
G=29.25%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514817300.200.060.27319.4620.965.29
HexB994AD01461B13f1541
Octal27122425502463347725101
Binary10111001100101001010110101010011011011100111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994AD; }

 p { color: rgb(185,148,173); }

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

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

 a { background-color: rgb(185,148,173); }

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

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

 span { border-color: rgb(185,148,173); }

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