#B199A8

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

Shades of Lily #B199A8

Tints of Lily #B199A8

Color information

#B199A8 (or 0xB199A8) is unknown color: approx Lily. HEX triplet: B1, 99 and A8. RGB value is (177,153,168). Sum of RGB (Red+Green+Blue) = 177+153+168=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B199A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199A8 is #4E6657. Grayscale: #A1A1A1. Windows color (decimal): -5138008 or 11049393. OLE color: 11049393.

HSL color Cylindrical-coordinate representation of color #B199A8: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199A8 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB177153168-
CMYK00.140.050.31
HSL322.5º13.33%64.71%-
HSV(B)322.5º13.56%69.41%-
XYZ36.5934.9641.86-
YUV161.89131.45138.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=35.54%
G=30.72%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715316800.140.050.31322.513.3364.71
HexB199A80E51F142d41
Octal26123125001653750215101
Binary101100011001100110101000011101011111110100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199A8; }

 p { color: rgb(177,153,168); }

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

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

 a { background-color: rgb(177,153,168); }

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

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

 span { border-color: rgb(177,153,168); }

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