#B9A8B4

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

Shades of Lily #B9A8B4

Tints of Lily #B9A8B4

Color information

#B9A8B4 (or 0xB9A8B4) is unknown color: approx Lily. HEX triplet: B9, A8 and B4. RGB value is (185,168,180). Sum of RGB (Red+Green+Blue) = 185+168+180=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8B4 is #46574B. Grayscale: #AEAEAE. Windows color (decimal): -4609868 or 11839673. OLE color: 11839673.

HSL color Cylindrical-coordinate representation of color #B9A8B4: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9A8B4 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB185168180-
CMYK00.090.030.27
HSL317.65º10.83%69.22%-
HSV(B)317.65º9.19%72.55%-
XYZ42.2541.6148.99-
YUV174.45131.13135.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=34.71%
G=31.52%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516818000.090.030.27317.6510.8369.22
HexB9A8B40931B13eb45
Octal27125026401133347613105
Binary10111001101010001011010001001111101110011111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A8B4; }

 p { color: rgb(185,168,180); }

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

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

 a { background-color: rgb(185,168,180); }

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

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

 span { border-color: rgb(185,168,180); }

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