#B486BE

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

Shades of East Side #B486BE

Tints of East Side #B486BE

Color information

#B486BE (or 0xB486BE) is unknown color: approx East Side. HEX triplet: B4, 86 and BE. RGB value is (180,134,190). Sum of RGB (Red+Green+Blue) = 180+134+190=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #B486BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486BE is #4B7941. Grayscale: #999999. Windows color (decimal): -4946242 or 12486324. OLE color: 12486324.

HSL color Cylindrical-coordinate representation of color #B486BE: hue angle of 289.29º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B486BE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180134190-
CMYK0.050.2900.25
HSL289.29º30.11%63.53%-
HSV(B)289.29º29.47%74.51%-
XYZ36.6430.4752.67-
YUV154.14148.24146.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=35.71%
G=26.59%
B=37.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801341900.050.2900.25289.2930.1163.53
HexB486BE51D0191211e40
Octal26420627653503144136100
Binary10110100100001101011111010111101011001100100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486BE; }

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

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

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

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

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

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

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

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