#B990AC

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

Shades of Lily #B990AC

Tints of Lily #B990AC

Color information

#B990AC (or 0xB990AC) is unknown color: approx Lily. HEX triplet: B9, 90 and AC. RGB value is (185,144,172). Sum of RGB (Red+Green+Blue) = 185+144+172=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AC is #466F53. Grayscale: #9F9F9F. Windows color (decimal): -4616020 or 11309241. OLE color: 11309241.

HSL color Cylindrical-coordinate representation of color #B990AC: hue angle of 319.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B990AC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185144172-
CMYK00.220.070.27
HSL319.02º22.65%64.51%-
HSV(B)319.02º22.16%72.55%-
XYZ37.4333.2443.47-
YUV159.45135.08146.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=36.93%
G=28.74%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514417200.220.070.27319.0222.6564.51
HexB990AC01671B13f1741
Octal27122025402673347727101
Binary10111001100100001010110001011011111011100111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990AC; }

 p { color: rgb(185,144,172); }

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

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

 a { background-color: rgb(185,144,172); }

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

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

 span { border-color: rgb(185,144,172); }

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