#B7ADB0

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

Shades of Lily #B7ADB0

Tints of Lily #B7ADB0

Color information

#B7ADB0 (or 0xB7ADB0) is unknown color: approx Lily. HEX triplet: B7, AD and B0. RGB value is (183,173,176). Sum of RGB (Red+Green+Blue) = 183+173+176=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADB0 is #48524F. Grayscale: #B0B0B0. Windows color (decimal): -4739664 or 11578807. OLE color: 11578807.

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

Color convert

RGB183173176-
CMYK00.050.040.28
HSL342º6.49%69.8%-
HSV(B)342º5.46%71.76%-
XYZ42.3143.0947.16-
YUV176.33127.81132.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=34.40%
G=32.52%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317317600.050.040.283426.4969.8
HexB7ADB00541C156646
Octal267255260054345266106
Binary1011011110101101101100000101100111001010101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADB0; }

 p { color: rgb(183,173,176); }

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

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

 a { background-color: rgb(183,173,176); }

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

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

 span { border-color: rgb(183,173,176); }

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