#B08ECB

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

Shades of East Side #B08ECB

Tints of East Side #B08ECB

Color information

#B08ECB (or 0xB08ECB) is unknown color: approx East Side. HEX triplet: B0, 8E and CB. RGB value is (176,142,203). Sum of RGB (Red+Green+Blue) = 176+142+203=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B08ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ECB is #4F7134. Grayscale: #9E9E9E. Windows color (decimal): -5206325 or 13340336. OLE color: 13340336.

HSL color Cylindrical-coordinate representation of color #B08ECB: hue angle of 273.44º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08ECB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176142203-
CMYK0.130.3000.20
HSL273.44º36.97%67.65%-
HSV(B)273.44º30.05%79.61%-
XYZ38.3632.8960.83-
YUV159.12152.76140.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=33.78%
G=27.26%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761422030.130.3000.20273.4436.9767.65
HexB08ECBD1E0141112544
Octal260216313153602442145104
Binary1011000010001110110010111101111100101001000100011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ECB; }

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

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

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

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

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

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

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

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