#B186BA

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

Shades of East Side #B186BA

Tints of East Side #B186BA

Color information

#B186BA (or 0xB186BA) is unknown color: approx East Side. HEX triplet: B1, 86 and BA. RGB value is (177,134,186). Sum of RGB (Red+Green+Blue) = 177+134+186=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B186BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186BA is #4E7945. Grayscale: #989898. Windows color (decimal): -5142854 or 12224177. OLE color: 12224177.

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

Color convert

RGB177134186-
CMYK0.050.2800.27
HSL289.62º27.37%62.75%-
HSV(B)289.62º27.96%72.94%-
XYZ35.5229.9450.36-
YUV152.78146.75145.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=35.61%
G=26.96%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771341860.050.2800.27289.6227.3762.75
HexB186BA51C01B1221b3f
Octal2612062725340334423377
Binary1011000110000110101110101011110001101110010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186BA; }

 p { color: rgb(177,134,186); }

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

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

 a { background-color: rgb(177,134,186); }

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

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

 span { border-color: rgb(177,134,186); }

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