#BA99B5

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

Shades of London Hue #BA99B5

Tints of London Hue #BA99B5

Color information

#BA99B5 (or 0xBA99B5) is unknown color: approx London Hue. HEX triplet: BA, 99 and B5. RGB value is (186,153,181). Sum of RGB (Red+Green+Blue) = 186+153+181=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99B5 is #45664A. Grayscale: #A5A5A5. Windows color (decimal): -4548171 or 11901370. OLE color: 11901370.

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

Color convert

RGB186153181-
CMYK00.180.030.27
HSL309.09º19.3%66.47%-
HSV(B)309.09º17.74%72.94%-
XYZ39.9836.5648.67-
YUV166.06136.43142.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=35.77%
G=29.42%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615318100.180.030.27309.0919.366.47
HexBA99B501231B1351342
Octal27223126502233346523102
Binary1011101010011001101101010100101111011100110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99B5; }

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

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

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

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

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

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

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

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