#B993AD

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

Shades of Lily #B993AD

Tints of Lily #B993AD

Color information

#B993AD (or 0xB993AD) is unknown color: approx Lily. HEX triplet: B9, 93 and AD. RGB value is (185,147,173). Sum of RGB (Red+Green+Blue) = 185+147+173=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B993AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B993AD is #466C52. Grayscale: #A1A1A1. Windows color (decimal): -4615251 or 11375545. OLE color: 11375545.

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

Color convert

RGB185147173-
CMYK00.210.060.27
HSL318.95º21.35%65.1%-
HSV(B)318.95º20.54%72.55%-
XYZ37.9834.244.13-
YUV161.33134.59144.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=36.63%
G=29.11%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514717300.210.060.27318.9521.3565.1
HexB993AD01561B13f1541
Octal27122325502563347725101
Binary10111001100100111010110101010111011011100111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993AD; }

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

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

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

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

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

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

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

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