Html Css Color HEX #BA88B2 London Hue

📋 copy color: '#BA88B2'

red 186 ◦ green 136 ◦ blue 178

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

Shades of London Hue #BA88B2

Tints of London Hue #BA88B2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.2%

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

R = 37.2%
G = 27.2%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA88B2 (or 0xBA88B2) is known color: London Hue. HEX triplet: BA, 88 and B2. RGB value is (186,136,178). Sum of RGB (Red+Green+Blue) = 186+136+178=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88B2 is #45774D. Grayscale: #9B9B9B. Windows color (decimal): -4552526 or 11700410. OLE color: 11700410.

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

Color convert

RGB 186 136 178 -
CMYK 0 0.27 0.04 0.27
HSL 309.6º 0.27% 0.63% -
HSV(B) 309.6º 0.27% 0.73% -
XYZ 37.09 31.26 46.2 -
YUV 155.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 186 136 178 0 0.27 0.04 0.27 309.6 0.27 0.63
Hex BA 88 B2 0 1B 4 1B 136 1B 3F
Octal 272 210 262 0 33 4 33 466 33 77
Binary 10111010 10001000 10110010 0 11011 100 11011 100110110 11011 111111

Color Harmonies of #BA88B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88B2

Black with #BA88B2

Text Example


Text Example

White with #BA88B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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