#B7A8BA

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

Shades of Lola #B7A8BA

Tints of Lola #B7A8BA

Color information

#B7A8BA (or 0xB7A8BA) is unknown color: approx Lola. HEX triplet: B7, A8 and BA. RGB value is (183,168,186). Sum of RGB (Red+Green+Blue) = 183+168+186=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8BA is #485745. Grayscale: #AEAEAE. Windows color (decimal): -4740934 or 12232887. OLE color: 12232887.

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

Color convert

RGB183168186-
CMYK0.020.1000.27
HSL290º11.54%69.41%-
HSV(B)290º9.68%72.94%-
XYZ42.3941.6252.25-
YUV174.54134.47134.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=34.08%
G=31.28%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831681860.020.1000.2729011.5469.41
HexB7A8BA2A01B122c45
Octal26725027221203344214105
Binary10110111101010001011101010101001101110010001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A8BA; }

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

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

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

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

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

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

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

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