#B486CD

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

Shades of East Side #B486CD

Tints of East Side #B486CD

Color information

#B486CD (or 0xB486CD) is unknown color: approx East Side. HEX triplet: B4, 86 and CD. RGB value is (180,134,205). Sum of RGB (Red+Green+Blue) = 180+134+205=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #B486CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486CD is #4B7932. Grayscale: #9B9B9B. Windows color (decimal): -4946227 or 13469364. OLE color: 13469364.

HSL color Cylindrical-coordinate representation of color #B486CD: hue angle of 278.87º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B486CD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180134205-
CMYK0.120.3500.20
HSL278.87º41.52%66.47%-
HSV(B)278.87º34.63%80.39%-
XYZ38.3731.1661.75-
YUV155.85155.74145.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=34.68%
G=25.82%
B=39.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801342050.120.3500.20278.8741.5266.47
HexB486CDC230141172a42
Octal264206315144302442752102
Binary10110100100001101100110111001000110101001000101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486CD; }

 p { color: rgb(180,134,205); }

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

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

 a { background-color: rgb(180,134,205); }

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

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

 span { border-color: rgb(180,134,205); }

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