#B7AAAE

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

Shades of Lily #B7AAAE

Tints of Lily #B7AAAE

Color information

#B7AAAE (or 0xB7AAAE) is unknown color: approx Lily. HEX triplet: B7, AA and AE. RGB value is (183,170,174). Sum of RGB (Red+Green+Blue) = 183+170+174=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAAE is #485551. Grayscale: #AEAEAE. Windows color (decimal): -4740434 or 11446967. OLE color: 11446967.

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

Color convert

RGB183170174-
CMYK00.070.050.28
HSL341.54º8.28%69.22%-
HSV(B)341.54º7.1%71.76%-
XYZ41.5441.8745.94-
YUV174.34127.81134.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.72%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=34.72%
G=32.26%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317017400.070.050.28341.548.2869.22
HexB7AAAE0751C156845
Octal2672522560753452610105
Binary10110111101010101010111001111011110010101011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAAE; }

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

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

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

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

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

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

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

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