#B186CD

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

Shades of East Side #B186CD

Tints of East Side #B186CD

Color information

#B186CD (or 0xB186CD) is unknown color: approx East Side. HEX triplet: B1, 86 and CD. RGB value is (177,134,205). Sum of RGB (Red+Green+Blue) = 177+134+205=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #B186CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186CD is #4E7932. Grayscale: #9A9A9A. Windows color (decimal): -5142835 or 13469361. OLE color: 13469361.

HSL color Cylindrical-coordinate representation of color #B186CD: hue angle of 276.34º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B186CD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177134205-
CMYK0.140.3500.20
HSL276.34º41.52%66.47%-
HSV(B)276.34º34.63%80.39%-
XYZ37.6830.8161.72-
YUV154.95156.25143.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=34.30%
G=25.97%
B=39.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771342050.140.3500.20276.3441.5266.47
HexB186CDE230141142a42
Octal261206315164302442452102
Binary10110001100001101100110111101000110101001000101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186CD; }

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

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

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

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

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

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

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

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