Html Css Color HEX #BA88AB London Hue

📋 copy color: '#BA88AB'

red 186 ◦ green 136 ◦ blue 171

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

Shades of London Hue #BA88AB

Tints of London Hue #BA88AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 37.73%
G = 27.59%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA88AB (or 0xBA88AB) is known color: London Hue. HEX triplet: BA, 88 and AB. RGB value is (186,136,171). Sum of RGB (Red+Green+Blue) = 186+136+171=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88AB is #457754. Grayscale: #9A9A9A. Windows color (decimal): -4552533 or 11241658. OLE color: 11241658.

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

Color convert

RGB 186 136 171 -
CMYK 0 0.27 0.08 0.27
HSL 318º 0.27% 0.63% -
HSV(B) 318º 0.27% 0.73% -
XYZ 36.4 30.99 42.59 -
YUV 154.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 186 136 171 0 0.27 0.08 0.27 318 0.27 0.63
Hex BA 88 AB 0 1B 8 1B 13E 1B 3F
Octal 272 210 253 0 33 10 33 476 33 77
Binary 10111010 10001000 10101011 0 11011 1000 11011 100111110 11011 111111

Color Harmonies of #BA88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88AB

Black with #BA88AB

Text Example


Text Example

White with #BA88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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