#BA9CBB

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

Shades of Lola #BA9CBB

Tints of Lola #BA9CBB

Color information

#BA9CBB (or 0xBA9CBB) is unknown color: approx Lola. HEX triplet: BA, 9C and BB. RGB value is (186,156,187). Sum of RGB (Red+Green+Blue) = 186+156+187=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CBB is #456344. Grayscale: #A8A8A8. Windows color (decimal): -4547397 or 12295354. OLE color: 12295354.

HSL color Cylindrical-coordinate representation of color #BA9CBB: hue angle of 298.06º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9CBB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186156187-
CMYK0.010.1700.27
HSL298.06º18.56%67.25%-
HSV(B)298.06º16.58%73.33%-
XYZ41.1137.852.14-
YUV168.5138.44140.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=35.16%
G=29.49%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861561870.010.1700.27298.0618.5667.25
HexBA9CBB11101B12a1343
Octal27223427312103345223103
Binary101110101001110010111011110001011011100101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CBB; }

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

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

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

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

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

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

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

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