Html Css Color HEX #B49DA7 Lily

📋 copy color: '#B49DA7'

red 180 ◦ green 157 ◦ blue 167

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

Shades of Lily #B49DA7

Tints of Lily #B49DA7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.15%

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 35.71%
G = 31.15%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B49DA7 (or 0xB49DA7) is known color: Lily. HEX triplet: B4, 9D and A7. RGB value is (180,157,167). Sum of RGB (Red+Green+Blue) = 180+157+167=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DA7 is #4B6258. Grayscale: #A5A5A5. Windows color (decimal): -4940377 or 10984884. OLE color: 10984884.

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

Color convert

RGB 180 157 167 -
CMYK 0 0.13 0.07 0.29
HSL 333.91º 0.13% 0.66% -
HSV(B) 333.91º 0.13% 0.71% -
XYZ 37.85 36.61 41.63 -
YUV 165.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 180 157 167 0 0.13 0.07 0.29 333.91 0.13 0.66
Hex B4 9D A7 0 D 7 1D 14E D 42
Octal 264 235 247 0 15 7 35 516 15 102
Binary 10110100 10011101 10100111 0 1101 111 11101 101001110 1101 1000010

Color Harmonies of #B49DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DA7

Black with #B49DA7

Text Example


Text Example

White with #B49DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DA7; }

 p { color: rgb(180,157,167); }

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

background-color css

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

 a { background-color: rgb(180,157,167); }

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

border-color css

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

 span { border-color: rgb(180,157,167); }

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