#BA85BB

Color #BA85BB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BA85BB

Tints of London Hue #BA85BB

Color information

#BA85BB (or 0xBA85BB) is unknown color: approx London Hue. HEX triplet: BA, 85 and BB. RGB value is (186,133,187). Sum of RGB (Red+Green+Blue) = 186+133+187=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85BB is #457A44. Grayscale: #9A9A9A. Windows color (decimal): -4553285 or 12289466. OLE color: 12289466.

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

Color convert

RGB186133187-
CMYK0.010.2900.27
HSL298.89º28.42%62.75%-
HSV(B)298.89º28.88%73.33%-
XYZ37.6130.850.98-
YUV155146.06150.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=36.76%
G=26.28%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861331870.010.2900.27298.8928.4262.75
HexBA85BB11D01B12b1c3f
Octal2722052731350334533477
Binary10111010100001011011101111110101101110010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85BB; }

 p { color: rgb(186,133,187); }

 H1.HeaderClassName
 {
   color: #BA85BB;
 }
 .AnyTagClassName
 {
   color: #BA85BB;
 }
</style>
background-color css

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

 a { background-color: rgb(186,133,187); }

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

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

 span { border-color: rgb(186,133,187); }

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