#BAACB8

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

Shades of Lola #BAACB8

Tints of Lola #BAACB8

Color information

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

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

Color convert

RGB186172184-
CMYK00.080.010.27
HSL308.57º9.21%70.2%-
HSV(B)308.57º7.53%72.94%-
XYZ43.6543.451.42-
YUV177.55131.64134.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617218400.080.010.27308.579.2170.2
HexBAACB80811B135946
Octal27225427001013346511106
Binary1011101010101100101110000100011101110011010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACB8; }

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

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

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

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

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

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

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

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