#BA82BE

Color #BA82BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BA82BE

Tints of East Side #BA82BE

Color information

#BA82BE (or 0xBA82BE) is unknown color: approx East Side. HEX triplet: BA, 82 and BE. RGB value is (186,130,190). Sum of RGB (Red+Green+Blue) = 186+130+190=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82BE is #457D41. Grayscale: #999999. Windows color (decimal): -4554050 or 12485306. OLE color: 12485306.

HSL color Cylindrical-coordinate representation of color #BA82BE: hue angle of 296º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA82BE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186130190-
CMYK0.020.3200.25
HSL296º31.58%62.75%-
HSV(B)296º31.58%74.51%-
XYZ37.5330.1252.55-
YUV153.58148.55151.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=36.76%
G=25.69%
B=37.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861301900.020.3200.2529631.5862.75
HexBA82BE220019128203f
Octal2722022762400314504077
Binary10111010100000101011111010100000011001100101000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82BE; }

 p { color: rgb(186,130,190); }

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

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

 a { background-color: rgb(186,130,190); }

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

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

 span { border-color: rgb(186,130,190); }

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