#BA98BE

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

Shades of Lola #BA98BE

Tints of Lola #BA98BE

Color information

#BA98BE (or 0xBA98BE) is unknown color: approx Lola. HEX triplet: BA, 98 and BE. RGB value is (186,152,190). Sum of RGB (Red+Green+Blue) = 186+152+190=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BE is #456741. Grayscale: #A6A6A6. Windows color (decimal): -4548418 or 12490938. OLE color: 12490938.

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

Color convert

RGB186152190-
CMYK0.020.200.25
HSL293.68º22.62%67.06%-
HSV(B)293.68º20%74.51%-
XYZ40.7736.6153.63-
YUV166.5141.26141.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=35.23%
G=28.79%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861521900.020.200.25293.6822.6267.06
HexBA98BE2140191261743
Octal27223027622403144627103
Binary1011101010011000101111101010100011001100100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98BE; }

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

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

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

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

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

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

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

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