#B992AB

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

Shades of Lily #B992AB

Tints of Lily #B992AB

Color information

#B992AB (or 0xB992AB) is unknown color: approx Lily. HEX triplet: B9, 92 and AB. RGB value is (185,146,171). Sum of RGB (Red+Green+Blue) = 185+146+171=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B992AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992AB is #466D54. Grayscale: #A0A0A0. Windows color (decimal): -4615509 or 11244217. OLE color: 11244217.

HSL color Cylindrical-coordinate representation of color #B992AB: hue angle of 321.54º 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 #B992AB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185146171-
CMYK00.210.080.27
HSL321.54º21.79%64.9%-
HSV(B)321.54º21.08%72.55%-
XYZ37.6433.8143.07-
YUV160.51133.92145.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=36.85%
G=29.08%
B=34.06%

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
Decimal18514617100.210.080.27321.5421.7964.9
HexB992AB01581B1421641
Octal271222253025103350226101
Binary101110011001001010101011010101100011011101000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992AB; }

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

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

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

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

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

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

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

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