Html Css Color HEX #B8A4AC Lily

📋 copy color: '#B8A4AC'

red 184 ◦ green 164 ◦ blue 172

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

Shades of Lily #B8A4AC

Tints of Lily #B8A4AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 35.38%
G = 31.54%
B = 33.08%

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

#B8A4AC (or 0xB8A4AC) is known color: Lily. HEX triplet: B8, A4 and AC. RGB value is (184,164,172). Sum of RGB (Red+Green+Blue) = 184+164+172=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A4AC is #475B53. Grayscale: #AAAAAA. Windows color (decimal): -4676436 or 11314360. OLE color: 11314360.

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

Color convert

RGB 184 164 172 -
CMYK 0 0.11 0.07 0.28
HSL 336º 0.12% 0.68% -
HSV(B) 336º 0.11% 0.72% -
XYZ 40.49 39.72 44.56 -
YUV 170.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 184 164 172 0 0.11 0.07 0.28 336 0.12 0.68
Hex B8 A4 AC 0 B 7 1C 150 C 44
Octal 270 244 254 0 13 7 34 520 14 104
Binary 10111000 10100100 10101100 0 1011 111 11100 101010000 1100 1000100

Color Harmonies of #B8A4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A4AC

Black with #B8A4AC

Text Example


Text Example

White with #B8A4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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