#BAABBB

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

Shades of Lola #BAABBB

Tints of Lola #BAABBB

Color information

#BAABBB (or 0xBAABBB) is unknown color: approx Lola. HEX triplet: BA, AB and BB. RGB value is (186,171,187). Sum of RGB (Red+Green+Blue) = 186+171+187=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBB is #455444. Grayscale: #B1B1B1. Windows color (decimal): -4543557 or 12299194. OLE color: 12299194.

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

Color convert

RGB186171187-
CMYK0.010.0900.27
HSL296.25º10.53%70.2%-
HSV(B)296.25º8.56%73.33%-
XYZ43.7843.1553.04-
YUV177.31133.47134.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=34.19%
G=31.43%
B=34.38%

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
Decimal1861711870.010.0900.27296.2510.5370.2
HexBAABBB1901B128b46
Octal27225327311103345013106
Binary1011101010101011101110111100101101110010100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABBB; }

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

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

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

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

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

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

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

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