Html Css Color HEX #B49FA8 Lily

📋 copy color: '#B49FA8'

red 180 ◦ green 159 ◦ blue 168

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

Shades of Lily #B49FA8

Tints of Lily #B49FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 35.5%
G = 31.36%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B49FA8 (or 0xB49FA8) is known color: Lily. HEX triplet: B4, 9F and A8. RGB value is (180,159,168). Sum of RGB (Red+Green+Blue) = 180+159+168=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FA8 is #4B6057. Grayscale: #A6A6A6. Windows color (decimal): -4939864 or 11050932. OLE color: 11050932.

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

Color convert

RGB 180 159 168 -
CMYK 0 0.12 0.07 0.29
HSL 334.29º 0.12% 0.66% -
HSV(B) 334.29º 0.12% 0.71% -
XYZ 38.29 37.33 42.23 -
YUV 166.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 180 159 168 0 0.12 0.07 0.29 334.29 0.12 0.66
Hex B4 9F A8 0 C 7 1D 14E C 42
Octal 264 237 250 0 14 7 35 516 14 102
Binary 10110100 10011111 10101000 0 1100 111 11101 101001110 1100 1000010

Color Harmonies of #B49FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FA8

Black with #B49FA8

Text Example


Text Example

White with #B49FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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