Html Css Color HEX #BA8FBB London Hue

📋 copy color: '#BA8FBB'

red 186 ◦ green 143 ◦ blue 187

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

Shades of London Hue #BA8FBB

Tints of London Hue #BA8FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.71%

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 36.05%
G = 27.71%
B = 36.24%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA8FBB (or 0xBA8FBB) is known color: London Hue. HEX triplet: BA, 8F and BB. RGB value is (186,143,187). Sum of RGB (Red+Green+Blue) = 186+143+187=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBB is #457044. Grayscale: #A0A0A0. Windows color (decimal): -4550725 or 12292026. OLE color: 12292026.

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

Color convert

RGB 186 143 187 -
CMYK 0.01 0.24 0 0.27
HSL 298.64º 0.24% 0.65% -
HSV(B) 298.64º 0.24% 0.73% -
XYZ 39.04 33.67 51.46 -
YUV 160.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 186 143 187 0.01 0.24 0 0.27 298.64 0.24 0.65
Hex BA 8F BB 1 18 0 1B 12B 18 41
Octal 272 217 273 1 30 0 33 453 30 101
Binary 10111010 10001111 10111011 1 11000 0 11011 100101011 11000 1000001

Color Harmonies of #BA8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FBB

Black with #BA8FBB

Text Example


Text Example

White with #BA8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FBB; }

 p { color: rgb(186,143,187); }

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

background-color css

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

 a { background-color: rgb(186,143,187); }

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

border-color css

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

 span { border-color: rgb(186,143,187); }

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