Html Css Color HEX #BA96B1 London Hue

📋 copy color: '#BA96B1'

red 186 ◦ green 150 ◦ blue 177

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

Shades of London Hue #BA96B1

Tints of London Hue #BA96B1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 36.26%
G = 29.24%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA96B1 (or 0xBA96B1) is known color: London Hue. HEX triplet: BA, 96 and B1. RGB value is (186,150,177). Sum of RGB (Red+Green+Blue) = 186+150+177=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96B1 is #45694E. Grayscale: #A3A3A3. Windows color (decimal): -4548943 or 11638458. OLE color: 11638458.

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

Color convert

RGB 186 150 177 -
CMYK 0 0.19 0.05 0.27
HSL 315º 0.21% 0.66% -
HSV(B) 315º 0.19% 0.73% -
XYZ 39.09 35.43 46.37 -
YUV 163.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 186 150 177 0 0.19 0.05 0.27 315 0.21 0.66
Hex BA 96 B1 0 13 5 1B 13B 15 42
Octal 272 226 261 0 23 5 33 473 25 102
Binary 10111010 10010110 10110001 0 10011 101 11011 100111011 10101 1000010

Color Harmonies of #BA96B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96B1

Black with #BA96B1

Text Example


Text Example

White with #BA96B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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