#BA9CBF

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

Shades of Lola #BA9CBF

Tints of Lola #BA9CBF

Color information

#BA9CBF (or 0xBA9CBF) is unknown color: approx Lola. HEX triplet: BA, 9C and BF. RGB value is (186,156,191). Sum of RGB (Red+Green+Blue) = 186+156+191=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CBF is #456340. Grayscale: #A8A8A8. Windows color (decimal): -4547393 or 12557498. OLE color: 12557498.

HSL color Cylindrical-coordinate representation of color #BA9CBF: hue angle of 291.43º 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 #BA9CBF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186156191-
CMYK0.030.1800.25
HSL291.43º21.47%68.04%-
HSV(B)291.43º18.32%74.9%-
XYZ41.5437.9854.43-
YUV168.96140.44140.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 191 (75% from 255) = 35.83%
R=34.90%
G=29.27%
B=35.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861561910.030.1800.25291.4321.4768.04
HexBA9CBF3120191231544
Octal27223427732203144325104
Binary1011101010011100101111111110010011001100100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CBF; }

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

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

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

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

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

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

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

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