#BAAFBA

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

Shades of Lola #BAAFBA

Tints of Lola #BAAFBA

Color information

#BAAFBA (or 0xBAAFBA) is unknown color: approx Lola. HEX triplet: BA, AF and BA. RGB value is (186,175,186). Sum of RGB (Red+Green+Blue) = 186+175+186=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFBA is #455045. Grayscale: #B3B3B3. Windows color (decimal): -4542534 or 12234682. OLE color: 12234682.

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

Color convert

RGB186175186-
CMYK00.0600.27
HSL300º7.38%70.78%-
HSV(B)300º5.91%72.94%-
XYZ44.4444.6452.73-
YUV179.54131.64132.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=34.00%
G=31.99%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617518600.0600.273007.3870.78
HexBAAFBA0601B12c747
Octal272257272060334547107
Binary10111010101011111011101001100110111001011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFBA; }

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

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

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

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

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

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

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

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