Html Css Color HEX #BA88AF London Hue

📋 copy color: '#BA88AF'

red 186 ◦ green 136 ◦ blue 175

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

Shades of London Hue #BA88AF

Tints of London Hue #BA88AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.36%

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

R = 37.42%
G = 27.36%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA88AF (or 0xBA88AF) is known color: London Hue. HEX triplet: BA, 88 and AF. RGB value is (186,136,175). Sum of RGB (Red+Green+Blue) = 186+136+175=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88AF is #457750. Grayscale: #9B9B9B. Windows color (decimal): -4552529 or 11503802. OLE color: 11503802.

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

Color convert

RGB 186 136 175 -
CMYK 0 0.27 0.06 0.27
HSL 313.2º 0.27% 0.63% -
HSV(B) 313.2º 0.27% 0.73% -
XYZ 36.79 31.14 44.63 -
YUV 155.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 186 136 175 0 0.27 0.06 0.27 313.2 0.27 0.63
Hex BA 88 AF 0 1B 6 1B 139 1B 3F
Octal 272 210 257 0 33 6 33 471 33 77
Binary 10111010 10001000 10101111 0 11011 110 11011 100111001 11011 111111

Color Harmonies of #BA88AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88AF

Black with #BA88AF

Text Example


Text Example

White with #BA88AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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