#B8A7BA

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

Shades of Lola #B8A7BA

Tints of Lola #B8A7BA

Color information

#B8A7BA (or 0xB8A7BA) is unknown color: approx Lola. HEX triplet: B8, A7 and BA. RGB value is (184,167,186). Sum of RGB (Red+Green+Blue) = 184+167+186=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 167 (65.62% from 255 or 31.10% 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 #B8A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7BA is #475845. Grayscale: #AEAEAE. Windows color (decimal): -4675654 or 12232632. OLE color: 12232632.

HSL color Cylindrical-coordinate representation of color #B8A7BA: hue angle of 293.68º 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 #B8A7BA is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184167186-
CMYK0.010.1000.27
HSL293.68º12.1%69.22%-
HSV(B)293.68º10.22%72.94%-
XYZ42.4541.3752.2-
YUV174.25134.63134.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=34.26%
G=31.10%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841671860.010.1000.27293.6812.169.22
HexB8A7BA1A01B126c45
Octal27024727211203344614105
Binary1011100010100111101110101101001101110010011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A7BA; }

 p { color: rgb(184,167,186); }

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

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

 a { background-color: rgb(184,167,186); }

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

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

 span { border-color: rgb(184,167,186); }

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