Html Css Color HEX #B4A8AC Lily

📋 copy color: '#B4A8AC'

red 180 ◦ green 168 ◦ blue 172

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

Shades of Lily #B4A8AC

Tints of Lily #B4A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.31%

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

R = 34.62%
G = 32.31%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B4A8AC (or 0xB4A8AC) is known color: Lily. HEX triplet: B4, A8 and AC. RGB value is (180,168,172). Sum of RGB (Red+Green+Blue) = 180+168+172=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8AC is #4B5753. Grayscale: #ACACAC. Windows color (decimal): -4937556 or 11315380. OLE color: 11315380.

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

Color convert

RGB 180 168 172 -
CMYK 0 0.07 0.04 0.29
HSL 340º 0.07% 0.68% -
HSV(B) 340º 0.07% 0.71% -
XYZ 40.27 40.69 44.76 -
YUV 172.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 180 168 172 0 0.07 0.04 0.29 340 0.07 0.68
Hex B4 A8 AC 0 7 4 1D 154 7 44
Octal 264 250 254 0 7 4 35 524 7 104
Binary 10110100 10101000 10101100 0 111 100 11101 101010100 111 1000100

Color Harmonies of #B4A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8AC

Black with #B4A8AC

Text Example


Text Example

White with #B4A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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