#B19CAA

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

Shades of Lily #B19CAA

Tints of Lily #B19CAA

Color information

#B19CAA (or 0xB19CAA) is unknown color: approx Lily. HEX triplet: B1, 9C and AA. RGB value is (177,156,170). Sum of RGB (Red+Green+Blue) = 177+156+170=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CAA is #4E6355. Grayscale: #A3A3A3. Windows color (decimal): -5137238 or 11181233. OLE color: 11181233.

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

Color convert

RGB177156170-
CMYK00.120.040.31
HSL320º11.86%65.29%-
HSV(B)320º11.86%69.41%-
XYZ37.2836.0343.02-
YUV163.87131.46137.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=35.19%
G=31.01%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715617000.120.040.3132011.8665.29
HexB19CAA0C41F140c41
Octal26123425201443750014101
Binary101100011001110010101010011001001111110100000011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CAA; }

 p { color: rgb(177,156,170); }

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

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

 a { background-color: rgb(177,156,170); }

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

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

 span { border-color: rgb(177,156,170); }

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