#B893AC

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

Shades of Lily #B893AC

Tints of Lily #B893AC

Color information

#B893AC (or 0xB893AC) is unknown color: approx Lily. HEX triplet: B8, 93 and AC. RGB value is (184,147,172). Sum of RGB (Red+Green+Blue) = 184+147+172=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B893AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B893AC is #476C53. Grayscale: #A0A0A0. Windows color (decimal): -4680788 or 11310008. OLE color: 11310008.

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

Color convert

RGB184147172-
CMYK00.200.070.28
HSL319.46º20.67%64.9%-
HSV(B)319.46º20.11%72.16%-
XYZ37.6534.0443.62-
YUV160.91134.26144.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=36.58%
G=29.22%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414717200.200.070.28319.4620.6764.9
HexB893AC01471C13f1541
Octal27022325402473447725101
Binary10111000100100111010110001010011111100100111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893AC; }

 p { color: rgb(184,147,172); }

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

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

 a { background-color: rgb(184,147,172); }

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

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

 span { border-color: rgb(184,147,172); }

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