Html Css Color HEX #BA7FAB London Hue

📋 copy color: '#BA7FAB'

red 186 ◦ green 127 ◦ blue 171

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

Shades of London Hue #BA7FAB

Tints of London Hue #BA7FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 26.24%

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

R = 38.43%
G = 26.24%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA7FAB (or 0xBA7FAB) is known color: London Hue. HEX triplet: BA, 7F and AB. RGB value is (186,127,171). Sum of RGB (Red+Green+Blue) = 186+127+171=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FAB is #458054. Grayscale: #959595. Windows color (decimal): -4554837 or 11239354. OLE color: 11239354.

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

Color convert

RGB 186 127 171 -
CMYK 0 0.32 0.08 0.27
HSL 315.25º 0.3% 0.61% -
HSV(B) 315.25º 0.32% 0.73% -
XYZ 35.19 28.56 42.19 -
YUV 149.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 186 127 171 0 0.32 0.08 0.27 315.25 0.3 0.61
Hex BA 7F AB 0 20 8 1B 13B 1E 3D
Octal 272 177 253 0 40 10 33 473 36 75
Binary 10111010 1111111 10101011 0 100000 1000 11011 100111011 11110 111101

Color Harmonies of #BA7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FAB

Black with #BA7FAB

Text Example


Text Example

White with #BA7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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