Html Css Color HEX #BA83AB London Hue

📋 copy color: '#BA83AB'

red 186 ◦ green 131 ◦ blue 171

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

Shades of London Hue #BA83AB

Tints of London Hue #BA83AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 38.11%
G = 26.84%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA83AB (or 0xBA83AB) is known color: London Hue. HEX triplet: BA, 83 and AB. RGB value is (186,131,171). Sum of RGB (Red+Green+Blue) = 186+131+171=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83AB is #457C54. Grayscale: #979797. Windows color (decimal): -4553813 or 11240378. OLE color: 11240378.

HSL color Cylindrical-coordinate representation of color #BA83AB: hue angle of 316.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83AB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 171 -
CMYK 0 0.30 0.08 0.27
HSL 316.36º 0.28% 0.62% -
HSV(B) 316.36º 0.3% 0.73% -
XYZ 35.72 29.61 42.36 -
YUV 152.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 186 131 171 0 0.30 0.08 0.27 316.36 0.28 0.62
Hex BA 83 AB 0 1E 8 1B 13C 1C 3E
Octal 272 203 253 0 36 10 33 474 34 76
Binary 10111010 10000011 10101011 0 11110 1000 11011 100111100 11100 111110

Color Harmonies of #BA83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83AB

Black with #BA83AB

Text Example


Text Example

White with #BA83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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