#B8ACBA

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

Shades of Lola #B8ACBA

Tints of Lola #B8ACBA

Color information

#B8ACBA (or 0xB8ACBA) is unknown color: approx Lola. HEX triplet: B8, AC and BA. RGB value is (184,172,186). Sum of RGB (Red+Green+Blue) = 184+172+186=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACBA is #475345. Grayscale: #B1B1B1. Windows color (decimal): -4674374 or 12233912. OLE color: 12233912.

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

Color convert

RGB184172186-
CMYK0.010.0800.27
HSL291.43º9.21%70.2%-
HSV(B)291.43º7.53%72.94%-
XYZ43.3843.2452.51-
YUV177.18132.98132.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.95%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=33.95%
G=31.73%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841721860.010.0800.27291.439.2170.2
HexB8ACBA1801B123946
Octal27025427211003344311106
Binary1011100010101100101110101100001101110010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACBA; }

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

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

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

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

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

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

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

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