Html Css Color HEX #BA8BAE London Hue

📋 copy color: '#BA8BAE'

red 186 ◦ green 139 ◦ blue 174

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

Shades of London Hue #BA8BAE

Tints of London Hue #BA8BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.87%

R = 37.27%
G = 27.86%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA8BAE (or 0xBA8BAE) is known color: London Hue. HEX triplet: BA, 8B and AE. RGB value is (186,139,174). Sum of RGB (Red+Green+Blue) = 186+139+174=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BAE is #457451. Grayscale: #9C9C9C. Windows color (decimal): -4551762 or 11439034. OLE color: 11439034.

HSL color Cylindrical-coordinate representation of color #BA8BAE: hue angle of 315.32º 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 #BA8BAE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 174 -
CMYK 0 0.25 0.06 0.27
HSL 315.32º 0.25% 0.64% -
HSV(B) 315.32º 0.25% 0.73% -
XYZ 37.12 31.96 44.26 -
YUV 157.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 186 139 174 0 0.25 0.06 0.27 315.32 0.25 0.64
Hex BA 8B AE 0 19 6 1B 13B 19 40
Octal 272 213 256 0 31 6 33 473 31 100
Binary 10111010 10001011 10101110 0 11001 110 11011 100111011 11001 1000000

Color Harmonies of #BA8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BAE

Black with #BA8BAE

Text Example


Text Example

White with #BA8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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