Html Css Color HEX #BA88AA London Hue

📋 copy color: '#BA88AA'

red 186 ◦ green 136 ◦ blue 170

#BA88AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BA88AA

Tints of London Hue #BA88AA

RGB

 RED value IS 186 (73.05% from 255) = 37.8%

 GREEN value IS 136 (53.52% from 255) = 27.64%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 37.8%
G = 27.64%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA88AA (or 0xBA88AA) is known color: London Hue. HEX triplet: BA, 88 and AA. RGB value is (186,136,170). Sum of RGB (Red+Green+Blue) = 186+136+170=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88AA is #457755. Grayscale: #9A9A9A. Windows color (decimal): -4552534 or 11176122. OLE color: 11176122.

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

Color convert

RGB 186 136 170 -
CMYK 0 0.27 0.09 0.27
HSL 319.2º 0.27% 0.63% -
HSV(B) 319.2º 0.27% 0.73% -
XYZ 36.31 30.95 42.09 -
YUV 154.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 186 136 170 0 0.27 0.09 0.27 319.2 0.27 0.63
Hex BA 88 AA 0 1B 9 1B 13F 1B 3F
Octal 272 210 252 0 33 11 33 477 33 77
Binary 10111010 10001000 10101010 0 11011 1001 11011 100111111 11011 111111

Color Harmonies of #BA88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88AA

Black with #BA88AA

Text Example


Text Example

White with #BA88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88AA; }

 p { color: rgb(186,136,170); }

 H1.HeaderClassName
 {
   color: #BA88AA;
 }
 .AnyTagClassName
 {
   color: #BA88AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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