Html Css Color HEX #B49AA8 Lily

📋 copy color: '#B49AA8'

red 180 ◦ green 154 ◦ blue 168

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

Shades of Lily #B49AA8

Tints of Lily #B49AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.47%

R = 35.86%
G = 30.68%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B49AA8 (or 0xB49AA8) is known color: Lily. HEX triplet: B4, 9A and A8. RGB value is (180,154,168). Sum of RGB (Red+Green+Blue) = 180+154+168=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA8 is #4B6557. Grayscale: #A3A3A3. Windows color (decimal): -4941144 or 11049652. OLE color: 11049652.

HSL color Cylindrical-coordinate representation of color #B49AA8: hue angle of 327.69º 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 #B49AA8 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 168 -
CMYK 0 0.14 0.07 0.29
HSL 327.69º 0.15% 0.65% -
HSV(B) 327.69º 0.14% 0.71% -
XYZ 37.45 35.64 41.95 -
YUV 163.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 180 154 168 0 0.14 0.07 0.29 327.69 0.15 0.65
Hex B4 9A A8 0 E 7 1D 148 F 41
Octal 264 232 250 0 16 7 35 510 17 101
Binary 10110100 10011010 10101000 0 1110 111 11101 101001000 1111 1000001

Color Harmonies of #B49AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AA8

Black with #B49AA8

Text Example


Text Example

White with #B49AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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