#B08EBE

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

Shades of East Side #B08EBE

Tints of East Side #B08EBE

Color information

#B08EBE (or 0xB08EBE) is unknown color: approx East Side. HEX triplet: B0, 8E and BE. RGB value is (176,142,190). Sum of RGB (Red+Green+Blue) = 176+142+190=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #B08EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EBE is #4F7141. Grayscale: #9D9D9D. Windows color (decimal): -5206338 or 12488368. OLE color: 12488368.

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

Color convert

RGB176142190-
CMYK0.070.2500.25
HSL282.5º26.97%65.1%-
HSV(B)282.5º25.26%74.51%-
XYZ36.8732.2953.01-
YUV157.64146.26141.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=34.65%
G=27.95%
B=37.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761421900.070.2500.25282.526.9765.1
HexB08EBE71901911a1b41
Octal26021627673103143233101
Binary10110000100011101011111011111001011001100011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EBE; }

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

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

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

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

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

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

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

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