#BA9CBE

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

Shades of Lola #BA9CBE

Tints of Lola #BA9CBE

Color information

#BA9CBE (or 0xBA9CBE) is unknown color: approx Lola. HEX triplet: BA, 9C and BE. RGB value is (186,156,190). Sum of RGB (Red+Green+Blue) = 186+156+190=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CBE is #456341. Grayscale: #A8A8A8. Windows color (decimal): -4547394 or 12491962. OLE color: 12491962.

HSL color Cylindrical-coordinate representation of color #BA9CBE: hue angle of 292.94º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9CBE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186156190-
CMYK0.020.1800.25
HSL292.94º20.73%67.84%-
HSV(B)292.94º17.89%74.51%-
XYZ41.4337.9353.85-
YUV168.85139.94140.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=34.96%
G=29.32%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861561900.020.1800.25292.9420.7367.84
HexBA9CBE2120191251544
Octal27223427622203144525104
Binary1011101010011100101111101010010011001100100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CBE; }

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

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

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

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

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

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

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

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