Html Css Color HEX #BA8CB4 London Hue

📋 copy color: '#BA8CB4'

red 186 ◦ green 140 ◦ blue 180

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

Shades of London Hue #BA8CB4

Tints of London Hue #BA8CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.57%

R = 36.76%
G = 27.67%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA8CB4 (or 0xBA8CB4) is known color: London Hue. HEX triplet: BA, 8C and B4. RGB value is (186,140,180). Sum of RGB (Red+Green+Blue) = 186+140+180=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CB4 is #45734B. Grayscale: #9E9E9E. Windows color (decimal): -4551500 or 11832506. OLE color: 11832506.

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

Color convert

RGB 186 140 180 -
CMYK 0 0.25 0.03 0.27
HSL 307.83º 0.25% 0.64% -
HSV(B) 307.83º 0.25% 0.73% -
XYZ 37.87 32.49 47.46 -
YUV 158.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 186 140 180 0 0.25 0.03 0.27 307.83 0.25 0.64
Hex BA 8C B4 0 19 3 1B 134 19 40
Octal 272 214 264 0 31 3 33 464 31 100
Binary 10111010 10001100 10110100 0 11001 11 11011 100110100 11001 1000000

Color Harmonies of #BA8CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CB4

Black with #BA8CB4

Text Example


Text Example

White with #BA8CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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