#B68EBC

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

Shades of East Side #B68EBC

Tints of East Side #B68EBC

Color information

#B68EBC (or 0xB68EBC) is unknown color: approx East Side. HEX triplet: B6, 8E and BC. RGB value is (182,142,188). Sum of RGB (Red+Green+Blue) = 182+142+188=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #B68EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EBC is #497143. Grayscale: #9F9F9F. Windows color (decimal): -4813124 or 12357302. OLE color: 12357302.

HSL color Cylindrical-coordinate representation of color #B68EBC: hue angle of 292.17º 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 #B68EBC is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182142188-
CMYK0.030.2400.26
HSL292.17º25.56%64.71%-
HSV(B)292.17º24.47%73.73%-
XYZ38.0432.9251.93-
YUV159.2144.25144.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=35.55%
G=27.73%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821421880.030.2400.26292.1725.5664.71
HexB68EBC31801A1241a41
Octal26621627433003244432101
Binary1011011010001110101111001111000011010100100100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EBC; }

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

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

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

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

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

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

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

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