#B7A0BA

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

Shades of Lola #B7A0BA

Tints of Lola #B7A0BA

Color information

#B7A0BA (or 0xB7A0BA) is unknown color: approx Lola. HEX triplet: B7, A0 and BA. RGB value is (183,160,186). Sum of RGB (Red+Green+Blue) = 183+160+186=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0BA is #485F45. Grayscale: #A9A9A9. Windows color (decimal): -4742982 or 12230839. OLE color: 12230839.

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

Color convert

RGB183160186-
CMYK0.020.1400.27
HSL293.08º15.85%67.84%-
HSV(B)293.08º13.98%72.94%-
XYZ40.9638.7551.78-
YUV169.84137.12137.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=34.59%
G=30.25%
B=35.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831601860.020.1400.27293.0815.8567.84
HexB7A0BA2E01B1251044
Octal26724027221603344520104
Binary101101111010000010111010101110011011100100101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0BA; }

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

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

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

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

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

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

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

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