#BA8FBB

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

Shades of London Hue #BA8FBB

Tints of London Hue #BA8FBB

Color information

#BA8FBB (or 0xBA8FBB) is unknown color: approx London Hue. HEX triplet: BA, 8F and BB. RGB value is (186,143,187). Sum of RGB (Red+Green+Blue) = 186+143+187=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBB is #457044. Grayscale: #A0A0A0. Windows color (decimal): -4550725 or 12292026. OLE color: 12292026.

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

Color convert

RGB186143187-
CMYK0.010.2400.27
HSL298.64º24.44%64.71%-
HSV(B)298.64º23.53%73.33%-
XYZ39.0433.6751.46-
YUV160.87142.75145.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=36.05%
G=27.71%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861431870.010.2400.27298.6424.4464.71
HexBA8FBB11801B12b1841
Octal27221727313003345330101
Binary101110101000111110111011111000011011100101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FBB; }

 p { color: rgb(186,143,187); }

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

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

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

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

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

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

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