#B997AE

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

Shades of Lily #B997AE

Tints of Lily #B997AE

Color information

#B997AE (or 0xB997AE) is unknown color: approx Lily. HEX triplet: B9, 97 and AE. RGB value is (185,151,174). Sum of RGB (Red+Green+Blue) = 185+151+174=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B997AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B997AE is #466851. Grayscale: #A3A3A3. Windows color (decimal): -4614226 or 11442105. OLE color: 11442105.

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

Color convert

RGB185151174-
CMYK00.180.060.27
HSL319.41º19.54%65.88%-
HSV(B)319.41º18.38%72.55%-
XYZ38.7135.544.86-
YUV163.79133.76143.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=36.27%
G=29.61%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515117400.180.060.27319.4119.5465.88
HexB997AE01261B13f1442
Octal27122725602263347724102
Binary10111001100101111010111001001011011011100111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997AE; }

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

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

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

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

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

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

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

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