#B08EBC

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

Shades of East Side #B08EBC

Tints of East Side #B08EBC

Color information

#B08EBC (or 0xB08EBC) is unknown color: approx East Side. HEX triplet: B0, 8E and BC. RGB value is (176,142,188). Sum of RGB (Red+Green+Blue) = 176+142+188=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #B08EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EBC is #4F7143. Grayscale: #9D9D9D. Windows color (decimal): -5206340 or 12357296. OLE color: 12357296.

HSL color Cylindrical-coordinate representation of color #B08EBC: hue angle of 284.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08EBC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176142188-
CMYK0.060.2400.26
HSL284.35º25.56%64.71%-
HSV(B)284.35º24.47%73.73%-
XYZ36.6532.2151.86-
YUV157.41145.26141.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=34.78%
G=28.06%
B=37.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761421880.060.2400.26284.3525.5664.71
HexB08EBC61801A11c1a41
Octal26021627463003243432101
Binary10110000100011101011110011011000011010100011100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EBC; }

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

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

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

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

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

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

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

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