#BA98C0

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

Shades of Lola #BA98C0

Tints of Lola #BA98C0

Color information

#BA98C0 (or 0xBA98C0) is unknown color: approx Lola. HEX triplet: BA, 98 and C0. RGB value is (186,152,192). Sum of RGB (Red+Green+Blue) = 186+152+192=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98C0 is #45673F. Grayscale: #A6A6A6. Windows color (decimal): -4548416 or 12622010. OLE color: 12622010.

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

Color convert

RGB186152192-
CMYK0.030.2100.25
HSL291º24.1%67.45%-
HSV(B)291º20.83%75.29%-
XYZ40.9936.754.79-
YUV166.73142.26141.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=35.09%
G=28.68%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861521920.030.2100.2529124.167.45
HexBA98C03150191231843
Octal27223030032503144330103
Binary1011101010011000110000001110101011001100100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98C0; }

 p { color: rgb(186,152,192); }

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

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

 a { background-color: rgb(186,152,192); }

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

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

 span { border-color: rgb(186,152,192); }

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