#BA98BA

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

Shades of London Hue #BA98BA

Tints of London Hue #BA98BA

Color information

#BA98BA (or 0xBA98BA) is unknown color: approx London Hue. HEX triplet: BA, 98 and BA. RGB value is (186,152,186). Sum of RGB (Red+Green+Blue) = 186+152+186=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BA is #456745. Grayscale: #A5A5A5. Windows color (decimal): -4548422 or 12228794. OLE color: 12228794.

HSL color Cylindrical-coordinate representation of color #BA98BA: hue angle of 300º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA98BA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186152186-
CMYK00.1800.27
HSL300º19.77%66.27%-
HSV(B)300º18.28%72.94%-
XYZ40.3436.4451.36-
YUV166.04139.26142.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=35.50%
G=29.01%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615218600.1800.2730019.7766.27
HexBA98BA01201B12c1442
Octal27223027202203345424102
Binary101110101001100010111010010010011011100101100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98BA; }

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

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

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

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

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

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

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

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