#BA99B3

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

Shades of London Hue #BA99B3

Tints of London Hue #BA99B3

Color information

#BA99B3 (or 0xBA99B3) is unknown color: approx London Hue. HEX triplet: BA, 99 and B3. RGB value is (186,153,179). Sum of RGB (Red+Green+Blue) = 186+153+179=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99B3 is #45664C. Grayscale: #A5A5A5. Windows color (decimal): -4548173 or 11770298. OLE color: 11770298.

HSL color Cylindrical-coordinate representation of color #BA99B3: hue angle of 312.73º degrees, saturation: 0.19, 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 #BA99B3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186153179-
CMYK00.180.040.27
HSL312.73º19.3%66.47%-
HSV(B)312.73º17.74%72.94%-
XYZ39.7836.4847.59-
YUV165.83135.43142.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=35.91%
G=29.54%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615317900.180.040.27312.7319.366.47
HexBA99B301241B1391342
Octal27223126302243347123102
Binary10111010100110011011001101001010011011100111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99B3; }

 p { color: rgb(186,153,179); }

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

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

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

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

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

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

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