Html Css Color HEX #B1ACAF Lily

📋 copy color: '#B1ACAF'

red 177 ◦ green 172 ◦ blue 175

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

Shades of Lily #B1ACAF

Tints of Lily #B1ACAF

RGB

 RED value IS 177 (69.53% from 255) = 33.78%

 GREEN value IS 172 (67.58% from 255) = 32.82%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 33.78%
G = 32.82%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B1ACAF (or 0xB1ACAF) is known color: Lily. HEX triplet: B1, AC and AF. RGB value is (177,172,175). Sum of RGB (Red+Green+Blue) = 177+172+175=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ACAF is #4E5350. Grayscale: #ADADAD. Windows color (decimal): -5133137 or 11513009. OLE color: 11513009.

HSL color Cylindrical-coordinate representation of color #B1ACAF: hue angle of 324º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1ACAF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 172 175 -
CMYK 0 0.03 0.01 0.31
HSL 324º 0.03% 0.68% -
HSV(B) 324º 0.03% 0.69% -
XYZ 40.62 41.95 46.51 -
YUV 173.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 177 172 175 0 0.03 0.01 0.31 324 0.03 0.68
Hex B1 AC AF 0 3 1 1F 144 3 44
Octal 261 254 257 0 3 1 37 504 3 104
Binary 10110001 10101100 10101111 0 11 1 11111 101000100 11 1000100

Color Harmonies of #B1ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACAF

Black with #B1ACAF

Text Example


Text Example

White with #B1ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACAF; }

 p { color: rgb(177,172,175); }

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

background-color css

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

 a { background-color: rgb(177,172,175); }

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

border-color css

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

 span { border-color: rgb(177,172,175); }

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