Html Css Color HEX #BA8CB2 London Hue

📋 copy color: '#BA8CB2'

red 186 ◦ green 140 ◦ blue 178

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

Shades of London Hue #BA8CB2

Tints of London Hue #BA8CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 36.9%
G = 27.78%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA8CB2 (or 0xBA8CB2) is known color: London Hue. HEX triplet: BA, 8C and B2. RGB value is (186,140,178). Sum of RGB (Red+Green+Blue) = 186+140+178=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CB2 is #45734D. Grayscale: #9D9D9D. Windows color (decimal): -4551502 or 11701434. OLE color: 11701434.

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

Color convert

RGB 186 140 178 -
CMYK 0 0.25 0.04 0.27
HSL 310.43º 0.25% 0.64% -
HSV(B) 310.43º 0.25% 0.73% -
XYZ 37.66 32.41 46.39 -
YUV 158.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 186 140 178 0 0.25 0.04 0.27 310.43 0.25 0.64
Hex BA 8C B2 0 19 4 1B 136 19 40
Octal 272 214 262 0 31 4 33 466 31 100
Binary 10111010 10001100 10110010 0 11001 100 11011 100110110 11001 1000000

Color Harmonies of #BA8CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CB2

Black with #BA8CB2

Text Example


Text Example

White with #BA8CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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