Html Css Color HEX #BA8DB8 London Hue

📋 copy color: '#BA8DB8'

red 186 ◦ green 141 ◦ blue 184

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

Shades of London Hue #BA8DB8

Tints of London Hue #BA8DB8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.59%

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

R = 36.4%
G = 27.59%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA8DB8 (or 0xBA8DB8) is known color: London Hue. HEX triplet: BA, 8D and B8. RGB value is (186,141,184). Sum of RGB (Red+Green+Blue) = 186+141+184=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DB8 is #457247. Grayscale: #9F9F9F. Windows color (decimal): -4551240 or 12094906. OLE color: 12094906.

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

Color convert

RGB 186 141 184 -
CMYK 0 0.24 0.01 0.27
HSL 302.67º 0.25% 0.64% -
HSV(B) 302.67º 0.24% 0.73% -
XYZ 38.43 32.95 49.68 -
YUV 159.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 186 141 184 0 0.24 0.01 0.27 302.67 0.25 0.64
Hex BA 8D B8 0 18 1 1B 12F 19 40
Octal 272 215 270 0 30 1 33 457 31 100
Binary 10111010 10001101 10111000 0 11000 1 11011 100101111 11001 1000000

Color Harmonies of #BA8DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DB8

Black with #BA8DB8

Text Example


Text Example

White with #BA8DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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