#B4ADB1

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

Shades of Lily #B4ADB1

Tints of Lily #B4ADB1

Color information

#B4ADB1 (or 0xB4ADB1) is unknown color: approx Lily. HEX triplet: B4, AD and B1. RGB value is (180,173,177). Sum of RGB (Red+Green+Blue) = 180+173+177=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADB1 is #4B524E. Grayscale: #AFAFAF. Windows color (decimal): -4936271 or 11644340. OLE color: 11644340.

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

Color convert

RGB180173177-
CMYK00.040.020.29
HSL325.71º4.46%69.22%-
HSV(B)325.71º3.89%70.59%-
XYZ41.742.7647.65-
YUV175.55128.82131.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=33.96%
G=32.64%
B=33.40%

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
Decimal18017317700.040.020.29325.714.4669.22
HexB4ADB10421D146445
Octal264255261042355064105
Binary101101001010110110110001010010111011010001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADB1; }

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

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

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

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

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

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

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

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