Html Css Color HEX #BA88B9 London Hue

📋 copy color: '#BA88B9'

red 186 ◦ green 136 ◦ blue 185

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

Shades of London Hue #BA88B9

Tints of London Hue #BA88B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 36.69%
G = 26.82%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA88B9 (or 0xBA88B9) is known color: London Hue. HEX triplet: BA, 88 and B9. RGB value is (186,136,185). Sum of RGB (Red+Green+Blue) = 186+136+185=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88B9 is #457746. Grayscale: #9C9C9C. Windows color (decimal): -4552519 or 12159162. OLE color: 12159162.

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

Color convert

RGB 186 136 185 -
CMYK 0 0.27 0.01 0.27
HSL 301.2º 0.27% 0.63% -
HSV(B) 301.2º 0.27% 0.73% -
XYZ 37.81 31.55 50 -
YUV 156.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 186 136 185 0 0.27 0.01 0.27 301.2 0.27 0.63
Hex BA 88 B9 0 1B 1 1B 12D 1B 3F
Octal 272 210 271 0 33 1 33 455 33 77
Binary 10111010 10001000 10111001 0 11011 1 11011 100101101 11011 111111

Color Harmonies of #BA88B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88B9

Black with #BA88B9

Text Example


Text Example

White with #BA88B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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