Html Css Color HEX #BA8ABD London Hue

📋 copy color: '#BA8ABD'

red 186 ◦ green 138 ◦ blue 189

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

Shades of London Hue #BA8ABD

Tints of London Hue #BA8ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 36.26%
G = 26.9%
B = 36.84%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA8ABD (or 0xBA8ABD) is known color: London Hue. HEX triplet: BA, 8A and BD. RGB value is (186,138,189). Sum of RGB (Red+Green+Blue) = 186+138+189=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ABD is #457542. Grayscale: #9E9E9E. Windows color (decimal): -4552003 or 12421818. OLE color: 12421818.

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

Color convert

RGB 186 138 189 -
CMYK 0.02 0.27 0 0.26
HSL 296.47º 0.28% 0.64% -
HSV(B) 296.47º 0.27% 0.74% -
XYZ 38.52 32.29 52.35 -
YUV 158.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 186 138 189 0.02 0.27 0 0.26 296.47 0.28 0.64
Hex BA 8A BD 2 1B 0 1A 128 1C 40
Octal 272 212 275 2 33 0 32 450 34 100
Binary 10111010 10001010 10111101 10 11011 0 11010 100101000 11100 1000000

Color Harmonies of #BA8ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8ABD

Black with #BA8ABD

Text Example


Text Example

White with #BA8ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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