Html Css Color HEX #BA88BB London Hue

📋 copy color: '#BA88BB'

red 186 ◦ green 136 ◦ blue 187

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

Shades of London Hue #BA88BB

Tints of London Hue #BA88BB

RGB

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

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

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

R = 36.54%
G = 26.72%
B = 36.74%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA88BB (or 0xBA88BB) is known color: London Hue. HEX triplet: BA, 88 and BB. RGB value is (186,136,187). Sum of RGB (Red+Green+Blue) = 186+136+187=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88BB is #457744. Grayscale: #9C9C9C. Windows color (decimal): -4552517 or 12290234. OLE color: 12290234.

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

Color convert

RGB 186 136 187 -
CMYK 0.01 0.27 0 0.27
HSL 298.82º 0.27% 0.63% -
HSV(B) 298.82º 0.27% 0.73% -
XYZ 38.02 31.64 51.12 -
YUV 156.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 186 136 187 0.01 0.27 0 0.27 298.82 0.27 0.63
Hex BA 88 BB 1 1B 0 1B 12B 1B 3F
Octal 272 210 273 1 33 0 33 453 33 77
Binary 10111010 10001000 10111011 1 11011 0 11011 100101011 11011 111111

Color Harmonies of #BA88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88BB

Black with #BA88BB

Text Example


Text Example

White with #BA88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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