Html Css Color HEX #B49AAC Lily

📋 copy color: '#B49AAC'

red 180 ◦ green 154 ◦ blue 172

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

Shades of Lily #B49AAC

Tints of Lily #B49AAC

RGB

 RED value IS 180 (70.7% from 255) = 35.57%

 GREEN value IS 154 (60.55% from 255) = 30.43%

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 35.57%
G = 30.43%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B49AAC (or 0xB49AAC) is known color: Lily. HEX triplet: B4, 9A and AC. RGB value is (180,154,172). Sum of RGB (Red+Green+Blue) = 180+154+172=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AAC is #4B6553. Grayscale: #A3A3A3. Windows color (decimal): -4941140 or 11311796. OLE color: 11311796.

HSL color Cylindrical-coordinate representation of color #B49AAC: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AAC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 172 -
CMYK 0 0.14 0.04 0.29
HSL 318.46º 0.15% 0.65% -
HSV(B) 318.46º 0.14% 0.71% -
XYZ 37.82 35.79 43.94 -
YUV 163.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 180 154 172 0 0.14 0.04 0.29 318.46 0.15 0.65
Hex B4 9A AC 0 E 4 1D 13E F 41
Octal 264 232 254 0 16 4 35 476 17 101
Binary 10110100 10011010 10101100 0 1110 100 11101 100111110 1111 1000001

Color Harmonies of #B49AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AAC

Black with #B49AAC

Text Example


Text Example

White with #B49AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AAC; }

 p { color: rgb(180,154,172); }

 H1.HeaderClassName
 {
   color: #B49AAC;
 }
 .AnyTagClassName
 {
   color: #B49AAC;
 }
</style>

background-color css

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

 a { background-color: rgb(180,154,172); }

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

border-color css

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

 span { border-color: rgb(180,154,172); }

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