#BAABBE

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

Shades of Lola #BAABBE

Tints of Lola #BAABBE

Color information

#BAABBE (or 0xBAABBE) is unknown color: approx Lola. HEX triplet: BA, AB and BE. RGB value is (186,171,190). Sum of RGB (Red+Green+Blue) = 186+171+190=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBE is #455441. Grayscale: #B1B1B1. Windows color (decimal): -4543554 or 12495802. OLE color: 12495802.

HSL color Cylindrical-coordinate representation of color #BAABBE: hue angle of 287.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAABBE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186171190-
CMYK0.020.1000.25
HSL287.37º12.75%70.78%-
HSV(B)287.37º10%74.51%-
XYZ44.1143.2854.74-
YUV177.65134.97133.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=34.00%
G=31.26%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861711900.020.1000.25287.3712.7570.78
HexBAABBE2A01911fd47
Octal27225327621203143715107
Binary10111010101010111011111010101001100110001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABBE; }

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

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

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

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

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

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

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

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