#BAACBB

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

Shades of Lola #BAACBB

Tints of Lola #BAACBB

Color information

#BAACBB (or 0xBAACBB) is unknown color: approx Lola. HEX triplet: BA, AC and BB. RGB value is (186,172,187). Sum of RGB (Red+Green+Blue) = 186+172+187=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACBB is #455344. Grayscale: #B1B1B1. Windows color (decimal): -4543301 or 12299450. OLE color: 12299450.

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

Color convert

RGB186172187-
CMYK0.010.0800.27
HSL296º9.93%70.39%-
HSV(B)296º8.02%73.33%-
XYZ43.9743.5353.1-
YUV177.9133.14133.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=34.13%
G=31.56%
B=34.31%

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
Decimal1861721870.010.0800.272969.9370.39
HexBAACBB1801B128a46
Octal27225427311003345012106
Binary1011101010101100101110111100001101110010100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACBB; }

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

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

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

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

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

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

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

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