#B08EC5

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

Shades of East Side #B08EC5

Tints of East Side #B08EC5

Color information

#B08EC5 (or 0xB08EC5) is unknown color: approx East Side. HEX triplet: B0, 8E and C5. RGB value is (176,142,197). Sum of RGB (Red+Green+Blue) = 176+142+197=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #B08EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EC5 is #4F713A. Grayscale: #9E9E9E. Windows color (decimal): -5206331 or 12947120. OLE color: 12947120.

HSL color Cylindrical-coordinate representation of color #B08EC5: hue angle of 277.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B08EC5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176142197-
CMYK0.110.2800.23
HSL277.09º32.16%66.47%-
HSV(B)277.09º27.92%77.25%-
XYZ37.6632.6157.13-
YUV158.44149.76140.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=34.17%
G=27.57%
B=38.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761421970.110.2800.23277.0932.1666.47
HexB08EC5B1C0171152042
Octal260216305133402742540102
Binary1011000010001110110001011011111000101111000101011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EC5; }

 p { color: rgb(176,142,197); }

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

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

 a { background-color: rgb(176,142,197); }

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

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

 span { border-color: rgb(176,142,197); }

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