#B994AE

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

Shades of Lily #B994AE

Tints of Lily #B994AE

Color information

#B994AE (or 0xB994AE) is unknown color: approx Lily. HEX triplet: B9, 94 and AE. RGB value is (185,148,174). Sum of RGB (Red+Green+Blue) = 185+148+174=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B994AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994AE is #466B51. Grayscale: #A1A1A1. Windows color (decimal): -4614994 or 11441337. OLE color: 11441337.

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

Color convert

RGB185148174-
CMYK00.200.060.27
HSL317.84º20.9%65.29%-
HSV(B)317.84º20%72.55%-
XYZ38.2434.5544.7-
YUV162.03134.76144.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=36.49%
G=29.19%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514817400.200.060.27317.8420.965.29
HexB994AE01461B13e1541
Octal27122425602463347625101
Binary10111001100101001010111001010011011011100111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994AE; }

 p { color: rgb(185,148,174); }

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

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

 a { background-color: rgb(185,148,174); }

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

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

 span { border-color: rgb(185,148,174); }

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