Html Css Color HEX #B1A5AC Lily

📋 copy color: '#B1A5AC'

red 177 ◦ green 165 ◦ blue 172

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

Shades of Lily #B1A5AC

Tints of Lily #B1A5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.1%

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

R = 34.44%
G = 32.1%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B1A5AC (or 0xB1A5AC) is known color: Lily. HEX triplet: B1, A5 and AC. RGB value is (177,165,172). Sum of RGB (Red+Green+Blue) = 177+165+172=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A5AC is #4E5A53. Grayscale: #A9A9A9. Windows color (decimal): -5134932 or 11314609. OLE color: 11314609.

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

Color convert

RGB 177 165 172 -
CMYK 0 0.07 0.03 0.31
HSL 325º 0.07% 0.67% -
HSV(B) 325º 0.07% 0.69% -
XYZ 39.03 39.24 44.55 -
YUV 169.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 177 165 172 0 0.07 0.03 0.31 325 0.07 0.67
Hex B1 A5 AC 0 7 3 1F 145 7 43
Octal 261 245 254 0 7 3 37 505 7 103
Binary 10110001 10100101 10101100 0 111 11 11111 101000101 111 1000011

Color Harmonies of #B1A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5AC

Black with #B1A5AC

Text Example


Text Example

White with #B1A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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