Html Css Color HEX #BA7DAF London Hue

📋 copy color: '#BA7DAF'

red 186 ◦ green 125 ◦ blue 175

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

Shades of London Hue #BA7DAF

Tints of London Hue #BA7DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.72%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 38.27%
G = 25.72%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA7DAF (or 0xBA7DAF) is known color: London Hue. HEX triplet: BA, 7D and AF. RGB value is (186,125,175). Sum of RGB (Red+Green+Blue) = 186+125+175=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DAF is #458250. Grayscale: #949494. Windows color (decimal): -4555345 or 11500986. OLE color: 11500986.

HSL color Cylindrical-coordinate representation of color #BA7DAF: hue angle of 310.82º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7DAF is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 175 -
CMYK 0 0.33 0.06 0.27
HSL 310.82º 0.31% 0.61% -
HSV(B) 310.82º 0.33% 0.73% -
XYZ 35.32 28.2 44.14 -
YUV 148.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 186 125 175 0 0.33 0.06 0.27 310.82 0.31 0.61
Hex BA 7D AF 0 21 6 1B 137 1F 3D
Octal 272 175 257 0 41 6 33 467 37 75
Binary 10111010 1111101 10101111 0 100001 110 11011 100110111 11111 111101

Color Harmonies of #BA7DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DAF

Black with #BA7DAF

Text Example


Text Example

White with #BA7DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DAF; }

 p { color: rgb(186,125,175); }

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

background-color css

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

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

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

border-color css

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

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

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