#BA98BF

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

Shades of Lola #BA98BF

Tints of Lola #BA98BF

Color information

#BA98BF (or 0xBA98BF) is unknown color: approx Lola. HEX triplet: BA, 98 and BF. RGB value is (186,152,191). Sum of RGB (Red+Green+Blue) = 186+152+191=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA98BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BF is #456740. Grayscale: #A6A6A6. Windows color (decimal): -4548417 or 12556474. OLE color: 12556474.

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

Color convert

RGB186152191-
CMYK0.030.2000.25
HSL292.31º23.35%67.25%-
HSV(B)292.31º20.42%74.9%-
XYZ40.8836.6654.21-
YUV166.61141.76141.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 191 (75% from 255) = 36.11%
R=35.16%
G=28.73%
B=36.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861521910.030.2000.25292.3123.3567.25
HexBA98BF3140191241743
Octal27223027732403144427103
Binary1011101010011000101111111110100011001100100100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98BF; }

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

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

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

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

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

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

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

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