Html Css Color HEX #BA8AB8 London Hue

📋 copy color: '#BA8AB8'

red 186 ◦ green 138 ◦ blue 184

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

Shades of London Hue #BA8AB8

Tints of London Hue #BA8AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 36.61%
G = 27.17%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA8AB8 (or 0xBA8AB8) is known color: London Hue. HEX triplet: BA, 8A and B8. RGB value is (186,138,184). Sum of RGB (Red+Green+Blue) = 186+138+184=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AB8 is #457547. Grayscale: #9D9D9D. Windows color (decimal): -4552008 or 12094138. OLE color: 12094138.

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

Color convert

RGB 186 138 184 -
CMYK 0 0.26 0.01 0.27
HSL 302.5º 0.26% 0.64% -
HSV(B) 302.5º 0.26% 0.73% -
XYZ 37.99 32.08 49.54 -
YUV 157.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 186 138 184 0 0.26 0.01 0.27 302.5 0.26 0.64
Hex BA 8A B8 0 1A 1 1B 12E 1A 40
Octal 272 212 270 0 32 1 33 456 32 100
Binary 10111010 10001010 10111000 0 11010 1 11011 100101110 11010 1000000

Color Harmonies of #BA8AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8AB8

Black with #BA8AB8

Text Example


Text Example

White with #BA8AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8AB8; }

 p { color: rgb(186,138,184); }

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

background-color css

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

 a { background-color: rgb(186,138,184); }

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

border-color css

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

 span { border-color: rgb(186,138,184); }

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