#B0ADAF

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

Shades of Lily #B0ADAF

Tints of Lily #B0ADAF

Color information

#B0ADAF (or 0xB0ADAF) is unknown color: approx Lily. HEX triplet: B0, AD and AF. RGB value is (176,173,175). Sum of RGB (Red+Green+Blue) = 176+173+175=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADAF is #4F5250. Grayscale: #AEAEAE. Windows color (decimal): -5198417 or 11513264. OLE color: 11513264.

HSL color Cylindrical-coordinate representation of color #B0ADAF: hue angle of 320º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0ADAF is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176173175-
CMYK00.020.010.31
HSL320º1.86%68.43%-
HSV(B)320º1.7%69.02%-
XYZ40.5942.2146.57-
YUV174.12128.49129.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=33.59%
G=33.02%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617317500.020.010.313201.8668.43
HexB0ADAF0211F140244
Octal260255257021375002104
Binary101100001010110110101111010111111101000000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADAF; }

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

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

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

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

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

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

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

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