#B992AA

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

Shades of Lily #B992AA

Tints of Lily #B992AA

Color information

#B992AA (or 0xB992AA) is unknown color: approx Lily. HEX triplet: B9, 92 and AA. RGB value is (185,146,170). Sum of RGB (Red+Green+Blue) = 185+146+170=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B992AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992AA is #466D55. Grayscale: #A0A0A0. Windows color (decimal): -4615510 or 11178681. OLE color: 11178681.

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

Color convert

RGB185146170-
CMYK00.210.080.27
HSL323.08º21.79%64.9%-
HSV(B)323.08º21.08%72.55%-
XYZ37.5433.7742.57-
YUV160.4133.42145.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=36.93%
G=29.14%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514617000.210.080.27323.0821.7964.9
HexB992AA01581B1431641
Octal271222252025103350326101
Binary101110011001001010101010010101100011011101000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992AA; }

 p { color: rgb(185,146,170); }

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

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

 a { background-color: rgb(185,146,170); }

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

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

 span { border-color: rgb(185,146,170); }

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