Html Css Color HEX #B5A8AC Lily

📋 copy color: '#B5A8AC'

red 181 ◦ green 168 ◦ blue 172

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

Shades of Lily #B5A8AC

Tints of Lily #B5A8AC

RGB

 RED value IS 181 (71.09% from 255) = 34.74%

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

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

R = 34.74%
G = 32.25%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B5A8AC (or 0xB5A8AC) is known color: Lily. HEX triplet: B5, A8 and AC. RGB value is (181,168,172). Sum of RGB (Red+Green+Blue) = 181+168+172=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A8AC is #4A5753. Grayscale: #ACACAC. Windows color (decimal): -4872020 or 11315381. OLE color: 11315381.

HSL color Cylindrical-coordinate representation of color #B5A8AC: hue angle of 341.54º degrees, saturation: 0.08, 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 #B5A8AC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 172 -
CMYK 0 0.07 0.05 0.29
HSL 341.54º 0.08% 0.68% -
HSV(B) 341.54º 0.07% 0.71% -
XYZ 40.51 40.81 44.77 -
YUV 172.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 181 168 172 0 0.07 0.05 0.29 341.54 0.08 0.68
Hex B5 A8 AC 0 7 5 1D 156 8 44
Octal 265 250 254 0 7 5 35 526 10 104
Binary 10110101 10101000 10101100 0 111 101 11101 101010110 1000 1000100

Color Harmonies of #B5A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A8AC

Black with #B5A8AC

Text Example


Text Example

White with #B5A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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