#B186BF

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

Shades of East Side #B186BF

Tints of East Side #B186BF

Color information

#B186BF (or 0xB186BF) is unknown color: approx East Side. HEX triplet: B1, 86 and BF. RGB value is (177,134,191). Sum of RGB (Red+Green+Blue) = 177+134+191=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #B186BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186BF is #4E7940. Grayscale: #999999. Windows color (decimal): -5142849 or 12551857. OLE color: 12551857.

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

Color convert

RGB177134191-
CMYK0.070.3000.25
HSL285.26º30.81%63.73%-
HSV(B)285.26º29.84%74.9%-
XYZ36.0630.1653.21-
YUV153.35149.25144.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 191 (75% from 255) = 38.05%
R=35.26%
G=26.69%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771341910.070.3000.25285.2630.8163.73
HexB186BF71E01911d1f40
Octal26120627773603143537100
Binary10110001100001101011111111111110011001100011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186BF; }

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

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

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

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

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

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

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

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