#B186BC

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

Shades of East Side #B186BC

Tints of East Side #B186BC

Color information

#B186BC (or 0xB186BC) is unknown color: approx East Side. HEX triplet: B1, 86 and BC. RGB value is (177,134,188). Sum of RGB (Red+Green+Blue) = 177+134+188=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #B186BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186BC is #4E7943. Grayscale: #989898. Windows color (decimal): -5142852 or 12355249. OLE color: 12355249.

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

Color convert

RGB177134188-
CMYK0.060.2900.26
HSL287.78º28.72%63.14%-
HSV(B)287.78º28.72%73.73%-
XYZ35.7330.0351.49-
YUV153.01147.75145.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=35.47%
G=26.85%
B=37.68%

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
Decimal1771341880.060.2900.26287.7828.7263.14
HexB186BC61D01A1201d3f
Octal2612062746350324403577
Binary1011000110000110101111001101110101101010010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186BC; }

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

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

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

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

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

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

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

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