Html Css Color HEX #B49EAC Lily

📋 copy color: '#B49EAC'

red 180 ◦ green 158 ◦ blue 172

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

Shades of Lily #B49EAC

Tints of Lily #B49EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.98%

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

R = 35.29%
G = 30.98%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B49EAC (or 0xB49EAC) is known color: Lily. HEX triplet: B4, 9E and AC. RGB value is (180,158,172). Sum of RGB (Red+Green+Blue) = 180+158+172=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B49EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49EAC is #4B6153. Grayscale: #A6A6A6. Windows color (decimal): -4940116 or 11312820. OLE color: 11312820.

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

Color convert

RGB 180 158 172 -
CMYK 0 0.12 0.04 0.29
HSL 321.82º 0.13% 0.66% -
HSV(B) 321.82º 0.12% 0.71% -
XYZ 38.5 37.14 44.17 -
YUV 166.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 180 158 172 0 0.12 0.04 0.29 321.82 0.13 0.66
Hex B4 9E AC 0 C 4 1D 142 D 42
Octal 264 236 254 0 14 4 35 502 15 102
Binary 10110100 10011110 10101100 0 1100 100 11101 101000010 1101 1000010

Color Harmonies of #B49EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EAC

Black with #B49EAC

Text Example


Text Example

White with #B49EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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