#B5ADB1

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

Shades of Lily #B5ADB1

Tints of Lily #B5ADB1

Color information

#B5ADB1 (or 0xB5ADB1) is unknown color: approx Lily. HEX triplet: B5, AD and B1. RGB value is (181,173,177). Sum of RGB (Red+Green+Blue) = 181+173+177=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADB1 is #4A524E. Grayscale: #AFAFAF. Windows color (decimal): -4870735 or 11644341. OLE color: 11644341.

HSL color Cylindrical-coordinate representation of color #B5ADB1: hue angle of 330º 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 #B5ADB1 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181173177-
CMYK00.040.020.29
HSL330º5.13%69.41%-
HSV(B)330º4.42%70.98%-
XYZ41.9442.8947.66-
YUV175.85128.65131.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=34.09%
G=32.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117317700.040.020.293305.1369.41
HexB5ADB10421D14a545
Octal265255261042355125105
Binary101101011010110110110001010010111011010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADB1; }

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

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

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

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

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

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

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

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