#B3ADAF

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

Shades of Lily #B3ADAF

Tints of Lily #B3ADAF

Color information

#B3ADAF (or 0xB3ADAF) is unknown color: approx Lily. HEX triplet: B3, AD and AF. RGB value is (179,173,175). Sum of RGB (Red+Green+Blue) = 179+173+175=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADAF is #4C5250. Grayscale: #AFAFAF. Windows color (decimal): -5001809 or 11513267. OLE color: 11513267.

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

Color convert

RGB179173175-
CMYK00.030.020.30
HSL340º3.8%69.02%-
HSV(B)340º3.35%70.2%-
XYZ41.2742.5746.6-
YUV175.02127.99130.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=33.97%
G=32.83%
B=33.21%

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
Decimal17917317500.030.020.303403.869.02
HexB3ADAF0321E154445
Octal263255257032365244105
Binary10110011101011011010111101110111101010101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADAF; }

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

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

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

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

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

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

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

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