#B3ABAF

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

Shades of Lily #B3ABAF

Tints of Lily #B3ABAF

Color information

#B3ABAF (or 0xB3ABAF) is unknown color: approx Lily. HEX triplet: B3, AB and AF. RGB value is (179,171,175). Sum of RGB (Red+Green+Blue) = 179+171+175=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABAF is #4C5450. Grayscale: #ADADAD. Windows color (decimal): -5002321 or 11512755. OLE color: 11512755.

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

Color convert

RGB179171175-
CMYK00.040.020.30
HSL330º5%68.63%-
HSV(B)330º4.47%70.2%-
XYZ40.8941.846.47-
YUV173.85128.65131.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=34.10%
G=32.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917117500.040.020.30330568.63
HexB3ABAF0421E14a545
Octal263253257042365125105
Binary101100111010101110101111010010111101010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABAF; }

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

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

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

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

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

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

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

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