#B2ADAF

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

Shades of Lily #B2ADAF

Tints of Lily #B2ADAF

Color information

#B2ADAF (or 0xB2ADAF) is unknown color: approx Lily. HEX triplet: B2, AD and AF. RGB value is (178,173,175). Sum of RGB (Red+Green+Blue) = 178+173+175=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADAF is #4D5250. Grayscale: #AEAEAE. Windows color (decimal): -5067345 or 11513266. OLE color: 11513266.

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

Color convert

RGB178173175-
CMYK00.030.020.30
HSL336º3.14%68.82%-
HSV(B)336º2.81%69.8%-
XYZ41.0442.4546.59-
YUV174.72128.16130.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=33.84%
G=32.89%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817317500.030.020.303363.1468.82
HexB2ADAF0321E150345
Octal262255257032365203105
Binary1011001010101101101011110111011110101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADAF; }

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

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

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

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

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

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

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

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