Html Css Color HEX #BA88B4 London Hue

📋 copy color: '#BA88B4'

red 186 ◦ green 136 ◦ blue 180

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

Shades of London Hue #BA88B4

Tints of London Hue #BA88B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 37.05%
G = 27.09%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA88B4 (or 0xBA88B4) is known color: London Hue. HEX triplet: BA, 88 and B4. RGB value is (186,136,180). Sum of RGB (Red+Green+Blue) = 186+136+180=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88B4 is #45774B. Grayscale: #9B9B9B. Windows color (decimal): -4552524 or 11831482. OLE color: 11831482.

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

Color convert

RGB 186 136 180 -
CMYK 0 0.27 0.03 0.27
HSL 307.2º 0.27% 0.63% -
HSV(B) 307.2º 0.27% 0.73% -
XYZ 37.29 31.34 47.26 -
YUV 155.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 186 136 180 0 0.27 0.03 0.27 307.2 0.27 0.63
Hex BA 88 B4 0 1B 3 1B 133 1B 3F
Octal 272 210 264 0 33 3 33 463 33 77
Binary 10111010 10001000 10110100 0 11011 11 11011 100110011 11011 111111

Color Harmonies of #BA88B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88B4

Black with #BA88B4

Text Example


Text Example

White with #BA88B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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