Html Css Color HEX #BA97BA London Hue

📋 copy color: '#BA97BA'

red 186 ◦ green 151 ◦ blue 186

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

Shades of London Hue #BA97BA

Tints of London Hue #BA97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.87%

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 35.56%
G = 28.87%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA97BA (or 0xBA97BA) is known color: London Hue. HEX triplet: BA, 97 and BA. RGB value is (186,151,186). Sum of RGB (Red+Green+Blue) = 186+151+186=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97BA is #456845. Grayscale: #A5A5A5. Windows color (decimal): -4548678 or 12228538. OLE color: 12228538.

HSL color Cylindrical-coordinate representation of color #BA97BA: hue angle of 300º degrees, saturation: 0.2, 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 #BA97BA is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 186 -
CMYK 0 0.19 0 0.27
HSL 300º 0.2% 0.66% -
HSV(B) 300º 0.19% 0.73% -
XYZ 40.18 36.12 51.31 -
YUV 165.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 186 151 186 0 0.19 0 0.27 300 0.2 0.66
Hex BA 97 BA 0 13 0 1B 12C 14 42
Octal 272 227 272 0 23 0 33 454 24 102
Binary 10111010 10010111 10111010 0 10011 0 11011 100101100 10100 1000010

Color Harmonies of #BA97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97BA

Black with #BA97BA

Text Example


Text Example

White with #BA97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97BA; }

 p { color: rgb(186,151,186); }

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

background-color css

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

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

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

border-color css

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

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

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