#BA9CC4

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

Shades of Lola #BA9CC4

Tints of Lola #BA9CC4

Color information

#BA9CC4 (or 0xBA9CC4) is unknown color: approx Lola. HEX triplet: BA, 9C and C4. RGB value is (186,156,196). Sum of RGB (Red+Green+Blue) = 186+156+196=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CC4 is #45633B. Grayscale: #A9A9A9. Windows color (decimal): -4547388 or 12885178. OLE color: 12885178.

HSL color Cylindrical-coordinate representation of color #BA9CC4: hue angle of 285º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9CC4 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186156196-
CMYK0.050.2000.23
HSL285º25.32%69.02%-
HSV(B)285º20.41%76.86%-
XYZ42.138.257.38-
YUV169.53142.94139.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=34.57%
G=29.00%
B=36.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861561960.050.2000.2328525.3269.02
HexBA9CC451401711d1945
Octal27223430452402743531105
Binary10111010100111001100010010110100010111100011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CC4; }

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

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

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

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

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

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

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

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