#B8AABA

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

Shades of Lola #B8AABA

Tints of Lola #B8AABA

Color information

#B8AABA (or 0xB8AABA) is unknown color: approx Lola. HEX triplet: B8, AA and BA. RGB value is (184,170,186). Sum of RGB (Red+Green+Blue) = 184+170+186=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AABA is #475545. Grayscale: #AFAFAF. Windows color (decimal): -4674886 or 12233400. OLE color: 12233400.

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

Color convert

RGB184170186-
CMYK0.010.0900.27
HSL292.5º10.39%69.8%-
HSV(B)292.5º8.6%72.94%-
XYZ4342.4852.39-
YUV176.01133.64133.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=34.07%
G=31.48%
B=34.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841701860.010.0900.27292.510.3969.8
HexB8AABA1901B124a46
Octal27025227211103344412106
Binary1011100010101010101110101100101101110010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AABA; }

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

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

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

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

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

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

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

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