Html Css Color HEX #BA8CB9 London Hue

📋 copy color: '#BA8CB9'

red 186 ◦ green 140 ◦ blue 185

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

Shades of London Hue #BA8CB9

Tints of London Hue #BA8CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 36.4%
G = 27.4%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA8CB9 (or 0xBA8CB9) is known color: London Hue. HEX triplet: BA, 8C and B9. RGB value is (186,140,185). Sum of RGB (Red+Green+Blue) = 186+140+185=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CB9 is #457346. Grayscale: #9E9E9E. Windows color (decimal): -4551495 or 12160186. OLE color: 12160186.

HSL color Cylindrical-coordinate representation of color #BA8CB9: hue angle of 301.3º 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 #BA8CB9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 185 -
CMYK 0 0.25 0.01 0.27
HSL 301.3º 0.25% 0.64% -
HSV(B) 301.3º 0.25% 0.73% -
XYZ 38.38 32.7 50.19 -
YUV 158.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 186 140 185 0 0.25 0.01 0.27 301.3 0.25 0.64
Hex BA 8C B9 0 19 1 1B 12D 19 40
Octal 272 214 271 0 31 1 33 455 31 100
Binary 10111010 10001100 10111001 0 11001 1 11011 100101101 11001 1000000

Color Harmonies of #BA8CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CB9

Black with #BA8CB9

Text Example


Text Example

White with #BA8CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CB9; }

 p { color: rgb(186,140,185); }

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

background-color css

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

 a { background-color: rgb(186,140,185); }

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

border-color css

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

 span { border-color: rgb(186,140,185); }

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