Html Css Color HEX #B8A4AB Lily

📋 copy color: '#B8A4AB'

red 184 ◦ green 164 ◦ blue 171

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

Shades of Lily #B8A4AB

Tints of Lily #B8A4AB

RGB

 RED value IS 184 (72.27% from 255) = 35.45%

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

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 35.45%
G = 31.6%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B8A4AB (or 0xB8A4AB) is known color: Lily. HEX triplet: B8, A4 and AB. RGB value is (184,164,171). Sum of RGB (Red+Green+Blue) = 184+164+171=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A4AB is #475B54. Grayscale: #AAAAAA. Windows color (decimal): -4676437 or 11248824. OLE color: 11248824.

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

Color convert

RGB 184 164 171 -
CMYK 0 0.11 0.07 0.28
HSL 339º 0.12% 0.68% -
HSV(B) 339º 0.11% 0.72% -
XYZ 40.39 39.68 44.06 -
YUV 170.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 184 164 171 0 0.11 0.07 0.28 339 0.12 0.68
Hex B8 A4 AB 0 B 7 1C 153 C 44
Octal 270 244 253 0 13 7 34 523 14 104
Binary 10111000 10100100 10101011 0 1011 111 11100 101010011 1100 1000100

Color Harmonies of #B8A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A4AB

Black with #B8A4AB

Text Example


Text Example

White with #B8A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A4AB; }

 p { color: rgb(184,164,171); }

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

background-color css

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

 a { background-color: rgb(184,164,171); }

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

border-color css

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

 span { border-color: rgb(184,164,171); }

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