#BA99B6

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

Shades of London Hue #BA99B6

Tints of London Hue #BA99B6

Color information

#BA99B6 (or 0xBA99B6) is unknown color: approx London Hue. HEX triplet: BA, 99 and B6. RGB value is (186,153,182). Sum of RGB (Red+Green+Blue) = 186+153+182=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99B6 is #456649. Grayscale: #A6A6A6. Windows color (decimal): -4548170 or 11966906. OLE color: 11966906.

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

Color convert

RGB186153182-
CMYK00.180.020.27
HSL307.27º19.3%66.47%-
HSV(B)307.27º17.74%72.94%-
XYZ40.0836.649.21-
YUV166.17136.93142.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=35.70%
G=29.37%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615318200.180.020.27307.2719.366.47
HexBA99B601221B1331342
Octal27223126602223346323102
Binary1011101010011001101101100100101011011100110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99B6; }

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

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

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

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

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

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

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

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