Html Css Color HEX #BA8BB8 London Hue

📋 copy color: '#BA8BB8'

red 186 ◦ green 139 ◦ blue 184

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

Shades of London Hue #BA8BB8

Tints of London Hue #BA8BB8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 36.54%
G = 27.31%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA8BB8 (or 0xBA8BB8) is known color: London Hue. HEX triplet: BA, 8B and B8. RGB value is (186,139,184). Sum of RGB (Red+Green+Blue) = 186+139+184=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BB8 is #457447. Grayscale: #9E9E9E. Windows color (decimal): -4551752 or 12094394. OLE color: 12094394.

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

Color convert

RGB 186 139 184 -
CMYK 0 0.25 0.01 0.27
HSL 302.55º 0.25% 0.64% -
HSV(B) 302.55º 0.25% 0.73% -
XYZ 38.13 32.37 49.58 -
YUV 158.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 186 139 184 0 0.25 0.01 0.27 302.55 0.25 0.64
Hex BA 8B B8 0 19 1 1B 12F 19 40
Octal 272 213 270 0 31 1 33 457 31 100
Binary 10111010 10001011 10111000 0 11001 1 11011 100101111 11001 1000000

Color Harmonies of #BA8BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BB8

Black with #BA8BB8

Text Example


Text Example

White with #BA8BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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