#B8A8AD

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

Shades of Lily #B8A8AD

Tints of Lily #B8A8AD

Color information

#B8A8AD (or 0xB8A8AD) is unknown color: approx Lily. HEX triplet: B8, A8 and AD. RGB value is (184,168,173). Sum of RGB (Red+Green+Blue) = 184+168+173=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A8AD is #475752. Grayscale: #ADADAD. Windows color (decimal): -4675411 or 11380920. OLE color: 11380920.

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

Color convert

RGB184168173-
CMYK00.090.060.28
HSL341.25º10.13%69.02%-
HSV(B)341.25º8.7%72.16%-
XYZ41.3141.2145.31-
YUV173.35127.8135.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=35.05%
G=32%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416817300.090.060.28341.2510.1369.02
HexB8A8AD0961C155a45
Octal27025025501163452512105
Binary101110001010100010101101010011101110010101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A8AD; }

 p { color: rgb(184,168,173); }

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

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

 a { background-color: rgb(184,168,173); }

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

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

 span { border-color: rgb(184,168,173); }

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