Html Css Color HEX #BA83AF London Hue

📋 copy color: '#BA83AF'

red 186 ◦ green 131 ◦ blue 175

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

Shades of London Hue #BA83AF

Tints of London Hue #BA83AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

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

R = 37.8%
G = 26.63%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA83AF (or 0xBA83AF) is known color: London Hue. HEX triplet: BA, 83 and AF. RGB value is (186,131,175). Sum of RGB (Red+Green+Blue) = 186+131+175=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83AF is #457C50. Grayscale: #989898. Windows color (decimal): -4553809 or 11502522. OLE color: 11502522.

HSL color Cylindrical-coordinate representation of color #BA83AF: hue angle of 312º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83AF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 175 -
CMYK 0 0.30 0.06 0.27
HSL 312º 0.28% 0.62% -
HSV(B) 312º 0.3% 0.73% -
XYZ 36.1 29.77 44.4 -
YUV 152.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 186 131 175 0 0.30 0.06 0.27 312 0.28 0.62
Hex BA 83 AF 0 1E 6 1B 138 1C 3E
Octal 272 203 257 0 36 6 33 470 34 76
Binary 10111010 10000011 10101111 0 11110 110 11011 100111000 11100 111110

Color Harmonies of #BA83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83AF

Black with #BA83AF

Text Example


Text Example

White with #BA83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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