Html Css Color HEX #B7AAB1 Lily

📋 copy color: '#B7AAB1'

red 183 ◦ green 170 ◦ blue 177

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

Shades of Lily #B7AAB1

Tints of Lily #B7AAB1

RGB

 RED value IS 183 (71.88% from 255) = 34.53%

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

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

R = 34.53%
G = 32.08%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B7AAB1 (or 0xB7AAB1) is known color: Lily. HEX triplet: B7, AA and B1. RGB value is (183,170,177). Sum of RGB (Red+Green+Blue) = 183+170+177=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAB1 is #48554E. Grayscale: #AEAEAE. Windows color (decimal): -4740431 or 11643575. OLE color: 11643575.

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

Color convert

RGB 183 170 177 -
CMYK 0 0.07 0.03 0.28
HSL 327.69º 0.08% 0.69% -
HSV(B) 327.69º 0.07% 0.72% -
XYZ 41.84 41.99 47.49 -
YUV 174.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 183 170 177 0 0.07 0.03 0.28 327.69 0.08 0.69
Hex B7 AA B1 0 7 3 1C 148 8 45
Octal 267 252 261 0 7 3 34 510 10 105
Binary 10110111 10101010 10110001 0 111 11 11100 101001000 1000 1000101

Color Harmonies of #B7AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAB1

Black with #B7AAB1

Text Example


Text Example

White with #B7AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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