Html Css Color HEX #B1ABAE Lily

📋 copy color: '#B1ABAE'

red 177 ◦ green 171 ◦ blue 174

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

Shades of Lily #B1ABAE

Tints of Lily #B1ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.76%

 BLUE value IS 174 (68.36% from 255) = 33.33%

R = 33.91%
G = 32.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B1ABAE (or 0xB1ABAE) is known color: Lily. HEX triplet: B1, AB and AE. RGB value is (177,171,174). Sum of RGB (Red+Green+Blue) = 177+171+174=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABAE is #4E5451. Grayscale: #ADADAD. Windows color (decimal): -5133394 or 11447217. OLE color: 11447217.

HSL color Cylindrical-coordinate representation of color #B1ABAE: hue angle of 330º degrees, saturation: 0.04, 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 #B1ABAE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 174 -
CMYK 0 0.03 0.02 0.31
HSL 330º 0.04% 0.68% -
HSV(B) 330º 0.03% 0.69% -
XYZ 40.33 41.53 45.93 -
YUV 173.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 177 171 174 0 0.03 0.02 0.31 330 0.04 0.68
Hex B1 AB AE 0 3 2 1F 14A 4 44
Octal 261 253 256 0 3 2 37 512 4 104
Binary 10110001 10101011 10101110 0 11 10 11111 101001010 100 1000100

Color Harmonies of #B1ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABAE

Black with #B1ABAE

Text Example


Text Example

White with #B1ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABAE; }

 p { color: rgb(177,171,174); }

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

background-color css

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

 a { background-color: rgb(177,171,174); }

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

border-color css

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

 span { border-color: rgb(177,171,174); }

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