#B3AEB3

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

Shades of Lola #B3AEB3

Tints of Lola #B3AEB3

Color information

#B3AEB3 (or 0xB3AEB3) is unknown color: approx Lola. HEX triplet: B3, AE and B3. RGB value is (179,174,179). Sum of RGB (Red+Green+Blue) = 179+174+179=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B3AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEB3 is #4C514C. Grayscale: #B0B0B0. Windows color (decimal): -5001549 or 11775667. OLE color: 11775667.

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

Color convert

RGB179174179-
CMYK00.0300.30
HSL300º3.18%69.22%-
HSV(B)300º2.79%70.2%-
XYZ41.8643.1148.76-
YUV176.06129.66130.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=33.65%
G=32.71%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917417900.0300.303003.1869.22
HexB3AEB30301E12c345
Octal263256263030364543105
Binary101100111010111010110011011011110100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEB3; }

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

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

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

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

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

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

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

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