#B4ADAF

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

Shades of Lily #B4ADAF

Tints of Lily #B4ADAF

Color information

#B4ADAF (or 0xB4ADAF) is unknown color: approx Lily. HEX triplet: B4, AD and AF. RGB value is (180,173,175). Sum of RGB (Red+Green+Blue) = 180+173+175=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADAF is #4B5250. Grayscale: #AFAFAF. Windows color (decimal): -4936273 or 11513268. OLE color: 11513268.

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

Color convert

RGB180173175-
CMYK00.040.030.29
HSL342.86º4.46%69.22%-
HSV(B)342.86º3.89%70.59%-
XYZ41.542.6946.61-
YUV175.32127.82131.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=34.09%
G=32.77%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017317500.040.030.29342.864.4669.22
HexB4ADAF0431D157445
Octal264255257043355274105
Binary101101001010110110101111010011111011010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADAF; }

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

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

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

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

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

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

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

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