Html Css Color HEX #BA91B8 London Hue

📋 copy color: '#BA91B8'

red 186 ◦ green 145 ◦ blue 184

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

Shades of London Hue #BA91B8

Tints of London Hue #BA91B8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.16%

 BLUE value IS 184 (72.27% from 255) = 35.73%

R = 36.12%
G = 28.16%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA91B8 (or 0xBA91B8) is known color: London Hue. HEX triplet: BA, 91 and B8. RGB value is (186,145,184). Sum of RGB (Red+Green+Blue) = 186+145+184=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91B8 is #456E47. Grayscale: #A1A1A1. Windows color (decimal): -4550216 or 12095930. OLE color: 12095930.

HSL color Cylindrical-coordinate representation of color #BA91B8: hue angle of 302.93º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA91B8 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 184 -
CMYK 0 0.22 0.01 0.27
HSL 302.93º 0.23% 0.65% -
HSV(B) 302.93º 0.22% 0.73% -
XYZ 39.03 34.15 49.88 -
YUV 161.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 186 145 184 0 0.22 0.01 0.27 302.93 0.23 0.65
Hex BA 91 B8 0 16 1 1B 12F 17 41
Octal 272 221 270 0 26 1 33 457 27 101
Binary 10111010 10010001 10111000 0 10110 1 11011 100101111 10111 1000001

Color Harmonies of #BA91B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91B8

Black with #BA91B8

Text Example


Text Example

White with #BA91B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91B8; }

 p { color: rgb(186,145,184); }

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

background-color css

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

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

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

border-color css

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

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

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