Html Css Color HEX #B7A4AD Lily

📋 copy color: '#B7A4AD'

red 183 ◦ green 164 ◦ blue 173

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

Shades of Lily #B7A4AD

Tints of Lily #B7A4AD

RGB

 RED value IS 183 (71.88% from 255) = 35.19%

 GREEN value IS 164 (64.45% from 255) = 31.54%

 BLUE value IS 173 (67.97% from 255) = 33.27%

R = 35.19%
G = 31.54%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B7A4AD (or 0xB7A4AD) is known color: Lily. HEX triplet: B7, A4 and AD. RGB value is (183,164,173). Sum of RGB (Red+Green+Blue) = 183+164+173=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A4AD is #485B52. Grayscale: #AAAAAA. Windows color (decimal): -4741971 or 11379895. OLE color: 11379895.

HSL color Cylindrical-coordinate representation of color #B7A4AD: hue angle of 331.58º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A4AD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 173 -
CMYK 0 0.10 0.05 0.28
HSL 331.58º 0.12% 0.68% -
HSV(B) 331.58º 0.1% 0.72% -
XYZ 40.35 39.64 45.06 -
YUV 170.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 183 164 173 0 0.10 0.05 0.28 331.58 0.12 0.68
Hex B7 A4 AD 0 A 5 1C 14C C 44
Octal 267 244 255 0 12 5 34 514 14 104
Binary 10110111 10100100 10101101 0 1010 101 11100 101001100 1100 1000100

Color Harmonies of #B7A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A4AD

Black with #B7A4AD

Text Example


Text Example

White with #B7A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A4AD; }

 p { color: rgb(183,164,173); }

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

background-color css

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

 a { background-color: rgb(183,164,173); }

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

border-color css

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

 span { border-color: rgb(183,164,173); }

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