#BAAABB

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

Shades of Lola #BAAABB

Tints of Lola #BAAABB

Color information

#BAAABB (or 0xBAAABB) is unknown color: approx Lola. HEX triplet: BA, AA and BB. RGB value is (186,170,187). Sum of RGB (Red+Green+Blue) = 186+170+187=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABB is #455544. Grayscale: #B0B0B0. Windows color (decimal): -4543813 or 12298938. OLE color: 12298938.

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

Color convert

RGB186170187-
CMYK0.010.0900.27
HSL296.47º11.11%70%-
HSV(B)296.47º9.09%73.33%-
XYZ43.5942.7852.97-
YUV176.72133.8134.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=34.25%
G=31.31%
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
Decimal1861701870.010.0900.27296.4711.1170
HexBAAABB1901B128b46
Octal27225227311103345013106
Binary1011101010101010101110111100101101110010100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAABB; }

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

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

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

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

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

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

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

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