#B3AEB0

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

Shades of Lily #B3AEB0

Tints of Lily #B3AEB0

Color information

#B3AEB0 (or 0xB3AEB0) is unknown color: approx Lily. HEX triplet: B3, AE and B0. RGB value is (179,174,176). Sum of RGB (Red+Green+Blue) = 179+174+176=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEB0 is #4C514F. Grayscale: #AFAFAF. Windows color (decimal): -5001552 or 11579059. OLE color: 11579059.

HSL color Cylindrical-coordinate representation of color #B3AEB0: 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 #B3AEB0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179174176-
CMYK00.030.020.30
HSL336º3.18%69.22%-
HSV(B)336º2.79%70.2%-
XYZ41.5642.9947.18-
YUV175.72128.16130.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 176 (69.14% 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
Decimal17917417600.030.020.303363.1869.22
HexB3AEB00321E150345
Octal263256260032365203105
Binary1011001110101110101100000111011110101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEB0; }

 p { color: rgb(179,174,176); }

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

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

 a { background-color: rgb(179,174,176); }

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

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

 span { border-color: rgb(179,174,176); }

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