#B8A2BA

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

Shades of Lola #B8A2BA

Tints of Lola #B8A2BA

Color information

#B8A2BA (or 0xB8A2BA) is unknown color: approx Lola. HEX triplet: B8, A2 and BA. RGB value is (184,162,186). Sum of RGB (Red+Green+Blue) = 184+162+186=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8A2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A2BA is #475D45. Grayscale: #ABABAB. Windows color (decimal): -4676934 or 12231352. OLE color: 12231352.

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

Color convert

RGB184162186-
CMYK0.010.1300.27
HSL295º14.81%68.24%-
HSV(B)295º12.9%72.94%-
XYZ41.5539.5851.9-
YUV171.31136.29137.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=34.59%
G=30.45%
B=34.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841621860.010.1300.2729514.8168.24
HexB8A2BA1D01B127f44
Octal27024227211503344717104
Binary1011100010100010101110101110101101110010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A2BA; }

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

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

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

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

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

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

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

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