#B486BD

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

Shades of East Side #B486BD

Tints of East Side #B486BD

Color information

#B486BD (or 0xB486BD) is unknown color: approx East Side. HEX triplet: B4, 86 and BD. RGB value is (180,134,189). Sum of RGB (Red+Green+Blue) = 180+134+189=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #B486BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486BD is #4B7942. Grayscale: #999999. Windows color (decimal): -4946243 or 12420788. OLE color: 12420788.

HSL color Cylindrical-coordinate representation of color #B486BD: hue angle of 290.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B486BD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180134189-
CMYK0.050.2900.26
HSL290.18º29.41%63.33%-
HSV(B)290.18º29.1%74.12%-
XYZ36.5330.4352.09-
YUV154.02147.74146.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=35.79%
G=26.64%
B=37.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801341890.050.2900.26290.1829.4163.33
HexB486BD51D01A1221d3f
Octal2642062755350324423577
Binary1011010010000110101111011011110101101010010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486BD; }

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

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

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

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

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

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

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

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