#B8AAAE

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

Shades of Lily #B8AAAE

Tints of Lily #B8AAAE

Color information

#B8AAAE (or 0xB8AAAE) is unknown color: approx Lily. HEX triplet: B8, AA and AE. RGB value is (184,170,174). Sum of RGB (Red+Green+Blue) = 184+170+174=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAAE is #475551. Grayscale: #AEAEAE. Windows color (decimal): -4674898 or 11446968. OLE color: 11446968.

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

Color convert

RGB184170174-
CMYK00.080.050.28
HSL342.86º8.97%69.41%-
HSV(B)342.86º7.61%72.16%-
XYZ41.784245.95-
YUV174.64127.64134.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=34.85%
G=32.20%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417017400.080.050.28342.868.9769.41
HexB8AAAE0851C157945
Octal27025225601053452711105
Binary101110001010101010101110010001011110010101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAAE; }

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

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

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

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

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

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

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

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