#B5A7B2

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

Shades of Lily #B5A7B2

Tints of Lily #B5A7B2

Color information

#B5A7B2 (or 0xB5A7B2) is unknown color: approx Lily. HEX triplet: B5, A7 and B2. RGB value is (181,167,178). Sum of RGB (Red+Green+Blue) = 181+167+178=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A7B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A7B2 is #4A584D. Grayscale: #ACACAC. Windows color (decimal): -4872270 or 11708341. OLE color: 11708341.

HSL color Cylindrical-coordinate representation of color #B5A7B2: hue angle of 312.86º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5A7B2 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181167178-
CMYK00.080.020.29
HSL312.86º8.64%68.24%-
HSV(B)312.86º7.73%70.98%-
XYZ40.9140.6847.81-
YUV172.44131.14134.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=34.41%
G=31.75%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116717800.080.020.29312.868.6468.24
HexB5A7B20821D139944
Octal26524726201023547111104
Binary10110101101001111011001001000101110110011100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A7B2; }

 p { color: rgb(181,167,178); }

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

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

 a { background-color: rgb(181,167,178); }

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

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

 span { border-color: rgb(181,167,178); }

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