Html Css Color HEX #B4AAB1 Lily

📋 copy color: '#B4AAB1'

red 180 ◦ green 170 ◦ blue 177

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

Shades of Lily #B4AAB1

Tints of Lily #B4AAB1

RGB

 RED value IS 180 (70.7% from 255) = 34.16%

 GREEN value IS 170 (66.8% from 255) = 32.26%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 34.16%
G = 32.26%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B4AAB1 (or 0xB4AAB1) is known color: Lily. HEX triplet: B4, AA and B1. RGB value is (180,170,177). Sum of RGB (Red+Green+Blue) = 180+170+177=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAB1 is #4B554E. Grayscale: #ADADAD. Windows color (decimal): -4937039 or 11643572. OLE color: 11643572.

HSL color Cylindrical-coordinate representation of color #B4AAB1: hue angle of 318º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4AAB1 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 170 177 -
CMYK 0 0.06 0.02 0.29
HSL 318º 0.06% 0.69% -
HSV(B) 318º 0.06% 0.71% -
XYZ 41.13 41.63 47.46 -
YUV 173.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 180 170 177 0 0.06 0.02 0.29 318 0.06 0.69
Hex B4 AA B1 0 6 2 1D 13E 6 45
Octal 264 252 261 0 6 2 35 476 6 105
Binary 10110100 10101010 10110001 0 110 10 11101 100111110 110 1000101

Color Harmonies of #B4AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAB1

Black with #B4AAB1

Text Example


Text Example

White with #B4AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAB1; }

 p { color: rgb(180,170,177); }

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

background-color css

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

 a { background-color: rgb(180,170,177); }

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

border-color css

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

 span { border-color: rgb(180,170,177); }

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