Html Css Color HEX #BA8BB0 London Hue

📋 copy color: '#BA8BB0'

red 186 ◦ green 139 ◦ blue 176

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

Shades of London Hue #BA8BB0

Tints of London Hue #BA8BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.74%

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 37.13%
G = 27.74%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA8BB0 (or 0xBA8BB0) is known color: London Hue. HEX triplet: BA, 8B and B0. RGB value is (186,139,176). Sum of RGB (Red+Green+Blue) = 186+139+176=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BB0 is #45744F. Grayscale: #9D9D9D. Windows color (decimal): -4551760 or 11570106. OLE color: 11570106.

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

Color convert

RGB 186 139 176 -
CMYK 0 0.25 0.05 0.27
HSL 312.77º 0.25% 0.64% -
HSV(B) 312.77º 0.25% 0.73% -
XYZ 37.32 32.04 45.29 -
YUV 157.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 186 139 176 0 0.25 0.05 0.27 312.77 0.25 0.64
Hex BA 8B B0 0 19 5 1B 139 19 40
Octal 272 213 260 0 31 5 33 471 31 100
Binary 10111010 10001011 10110000 0 11001 101 11011 100111001 11001 1000000

Color Harmonies of #BA8BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BB0

Black with #BA8BB0

Text Example


Text Example

White with #BA8BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BB0; }

 p { color: rgb(186,139,176); }

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

background-color css

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

 a { background-color: rgb(186,139,176); }

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

border-color css

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

 span { border-color: rgb(186,139,176); }

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