Html Css Color HEX #B19CAA Lily

📋 copy color: '#B19CAA'

red 177 ◦ green 156 ◦ blue 170

#B19CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B19CAA

Tints of Lily #B19CAA

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.8% from 255) = 33.8%

R = 35.19%
G = 31.01%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B19CAA (or 0xB19CAA) is known color: 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

RGB 177 156 170 -
CMYK 0 0.12 0.04 0.31
HSL 320º 0.12% 0.65% -
HSV(B) 320º 0.12% 0.69% -
XYZ 37.28 36.03 43.02 -
YUV 163.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 177 156 170 0 0.12 0.04 0.31 320 0.12 0.65
Hex B1 9C AA 0 C 4 1F 140 C 41
Octal 261 234 252 0 14 4 37 500 14 101
Binary 10110001 10011100 10101010 0 1100 100 11111 101000000 1100 1000001

Color Harmonies of #B19CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CAA

Black with #B19CAA

Text Example


Text Example

White with #B19CAA

Text Example


Text Example

HTML Codes & Css Web 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>