#B5ADB3

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

Shades of Lily #B5ADB3

Tints of Lily #B5ADB3

Color information

#B5ADB3 (or 0xB5ADB3) is unknown color: approx Lily. HEX triplet: B5, AD and B3. RGB value is (181,173,179). Sum of RGB (Red+Green+Blue) = 181+173+179=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADB3 is #4A524C. Grayscale: #B0B0B0. Windows color (decimal): -4870733 or 11775413. OLE color: 11775413.

HSL color Cylindrical-coordinate representation of color #B5ADB3: hue angle of 315º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5ADB3 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181173179-
CMYK00.040.010.29
HSL315º5.13%69.41%-
HSV(B)315º4.42%70.98%-
XYZ42.1442.9748.72-
YUV176.08129.65131.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=33.96%
G=32.46%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117317900.040.010.293155.1369.41
HexB5ADB30411D13b545
Octal265255263041354735105
Binary10110101101011011011001101001111011001110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADB3; }

 p { color: rgb(181,173,179); }

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

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

 a { background-color: rgb(181,173,179); }

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

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

 span { border-color: rgb(181,173,179); }

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