#B286BD

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

Shades of East Side #B286BD

Tints of East Side #B286BD

Color information

#B286BD (or 0xB286BD) is unknown color: approx East Side. HEX triplet: B2, 86 and BD. RGB value is (178,134,189). Sum of RGB (Red+Green+Blue) = 178+134+189=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #B286BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286BD is #4D7942. Grayscale: #999999. Windows color (decimal): -5077315 or 12420786. OLE color: 12420786.

HSL color Cylindrical-coordinate representation of color #B286BD: hue angle of 288º 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 #B286BD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178134189-
CMYK0.060.2900.26
HSL288º29.41%63.33%-
HSV(B)288º29.1%74.12%-
XYZ36.0730.1952.07-
YUV153.43148.08145.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=35.53%
G=26.75%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781341890.060.2900.2628829.4163.33
HexB286BD61D01A1201d3f
Octal2622062756350324403577
Binary1011001010000110101111011101110101101010010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B286BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B286BD; }

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

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

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

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

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

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

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

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