Html Css Color HEX #B3ABAE Lily

📋 copy color: '#B3ABAE'

red 179 ◦ green 171 ◦ blue 174

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

Shades of Lily #B3ABAE

Tints of Lily #B3ABAE

RGB

 RED value IS 179 (70.31% from 255) = 34.16%

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

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

R = 34.16%
G = 32.63%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B3ABAE (or 0xB3ABAE) is known color: Lily. HEX triplet: B3, AB and AE. RGB value is (179,171,174). Sum of RGB (Red+Green+Blue) = 179+171+174=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABAE is #4C5451. Grayscale: #ADADAD. Windows color (decimal): -5002322 or 11447219. OLE color: 11447219.

HSL color Cylindrical-coordinate representation of color #B3ABAE: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3ABAE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 171 174 -
CMYK 0 0.04 0.03 0.30
HSL 337.5º 0.05% 0.69% -
HSV(B) 337.5º 0.04% 0.7% -
XYZ 40.79 41.77 45.96 -
YUV 173.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 179 171 174 0 0.04 0.03 0.30 337.5 0.05 0.69
Hex B3 AB AE 0 4 3 1E 152 5 45
Octal 263 253 256 0 4 3 36 522 5 105
Binary 10110011 10101011 10101110 0 100 11 11110 101010010 101 1000101

Color Harmonies of #B3ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ABAE

Black with #B3ABAE

Text Example


Text Example

White with #B3ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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