Html Css Color HEX #BA88B7 London Hue

📋 copy color: '#BA88B7'

red 186 ◦ green 136 ◦ blue 183

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

Shades of London Hue #BA88B7

Tints of London Hue #BA88B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.24%

R = 36.83%
G = 26.93%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA88B7 (or 0xBA88B7) is known color: London Hue. HEX triplet: BA, 88 and B7. RGB value is (186,136,183). Sum of RGB (Red+Green+Blue) = 186+136+183=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88B7 is #457748. Grayscale: #9C9C9C. Windows color (decimal): -4552521 or 12028090. OLE color: 12028090.

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

Color convert

RGB 186 136 183 -
CMYK 0 0.27 0.02 0.27
HSL 303.6º 0.27% 0.63% -
HSV(B) 303.6º 0.27% 0.73% -
XYZ 37.6 31.47 48.89 -
YUV 156.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 186 136 183 0 0.27 0.02 0.27 303.6 0.27 0.63
Hex BA 88 B7 0 1B 2 1B 130 1B 3F
Octal 272 210 267 0 33 2 33 460 33 77
Binary 10111010 10001000 10110111 0 11011 10 11011 100110000 11011 111111

Color Harmonies of #BA88B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88B7

Black with #BA88B7

Text Example


Text Example

White with #BA88B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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