#B7AAB4

Color #B7AAB4 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #B7AAB4

Tints of Lily #B7AAB4

Color information

#B7AAB4 (or 0xB7AAB4) is unknown color: approx Lily. HEX triplet: B7, AA and B4. RGB value is (183,170,180). Sum of RGB (Red+Green+Blue) = 183+170+180=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAB4 is #48554B. Grayscale: #AFAFAF. Windows color (decimal): -4740428 or 11840183. OLE color: 11840183.

HSL color Cylindrical-coordinate representation of color #B7AAB4: hue angle of 313.85º 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 #B7AAB4 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB183170180-
CMYK00.070.020.28
HSL313.85º8.28%69.22%-
HSV(B)313.85º7.1%71.76%-
XYZ42.1442.1149.09-
YUV175.03130.81133.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=34.33%
G=31.89%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317018000.070.020.28313.858.2869.22
HexB7AAB40721C13a845
Octal2672522640723447210105
Binary1011011110101010101101000111101110010011101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAB4; }

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

 H1.HeaderClassName
 {
   color: #B7AAB4;
 }
 .AnyTagClassName
 {
   color: #B7AAB4;
 }
</style>
background-color css

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

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

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

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

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

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