#B7AABA

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

Shades of Lola #B7AABA

Tints of Lola #B7AABA

Color information

#B7AABA (or 0xB7AABA) is unknown color: approx Lola. HEX triplet: B7, AA and BA. RGB value is (183,170,186). Sum of RGB (Red+Green+Blue) = 183+170+186=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AABA is #485545. Grayscale: #AFAFAF. Windows color (decimal): -4740422 or 12233399. OLE color: 12233399.

HSL color Cylindrical-coordinate representation of color #B7AABA: hue angle of 288.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7AABA is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183170186-
CMYK0.020.0900.27
HSL288.75º10.39%69.8%-
HSV(B)288.75º8.6%72.94%-
XYZ42.7742.3652.38-
YUV175.71133.81133.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=33.95%
G=31.54%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831701860.020.0900.27288.7510.3969.8
HexB7AABA2901B121a46
Octal26725227221103344112106
Binary10110111101010101011101010100101101110010000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AABA; }

 p { color: rgb(183,170,186); }

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

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

 a { background-color: rgb(183,170,186); }

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

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

 span { border-color: rgb(183,170,186); }

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