#BAADBA

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

Shades of Lola #BAADBA

Tints of Lola #BAADBA

Color information

#BAADBA (or 0xBAADBA) is unknown color: approx Lola. HEX triplet: BA, AD and BA. RGB value is (186,173,186). Sum of RGB (Red+Green+Blue) = 186+173+186=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADBA is #455245. Grayscale: #B2B2B2. Windows color (decimal): -4543046 or 12234170. OLE color: 12234170.

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

Color convert

RGB186173186-
CMYK00.0700.27
HSL300º8.61%70.39%-
HSV(B)300º6.99%72.94%-
XYZ44.0643.8752.6-
YUV178.37132.31133.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=34.13%
G=31.74%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617318600.0700.273008.6170.39
HexBAADBA0701B12c946
Octal2722552720703345411106
Binary101110101010110110111010011101101110010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADBA; }

 p { color: rgb(186,173,186); }

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

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

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

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

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

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

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