Html Css Color HEX #BA95B1 London Hue

📋 copy color: '#BA95B1'

red 186 ◦ green 149 ◦ blue 177

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

Shades of London Hue #BA95B1

Tints of London Hue #BA95B1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 36.33%
G = 29.1%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA95B1 (or 0xBA95B1) is known color: London Hue. HEX triplet: BA, 95 and B1. RGB value is (186,149,177). Sum of RGB (Red+Green+Blue) = 186+149+177=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95B1 is #456A4E. Grayscale: #A3A3A3. Windows color (decimal): -4549199 or 11638202. OLE color: 11638202.

HSL color Cylindrical-coordinate representation of color #BA95B1: hue angle of 314.59º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95B1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 177 -
CMYK 0 0.20 0.05 0.27
HSL 314.59º 0.21% 0.66% -
HSV(B) 314.59º 0.2% 0.73% -
XYZ 38.93 35.11 46.32 -
YUV 163.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 186 149 177 0 0.20 0.05 0.27 314.59 0.21 0.66
Hex BA 95 B1 0 14 5 1B 13B 15 42
Octal 272 225 261 0 24 5 33 473 25 102
Binary 10111010 10010101 10110001 0 10100 101 11011 100111011 10101 1000010

Color Harmonies of #BA95B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95B1

Black with #BA95B1

Text Example


Text Example

White with #BA95B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95B1; }

 p { color: rgb(186,149,177); }

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

background-color css

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

 a { background-color: rgb(186,149,177); }

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

border-color css

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

 span { border-color: rgb(186,149,177); }

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