#B676BC

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

Shades of East Side #B676BC

Tints of East Side #B676BC

Color information

#B676BC (or 0xB676BC) is unknown color: approx East Side. HEX triplet: B6, 76 and BC. RGB value is (182,118,188). Sum of RGB (Red+Green+Blue) = 182+118+188=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #B676BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676BC is #498943. Grayscale: #909090. Windows color (decimal): -4819268 or 12351158. OLE color: 12351158.

HSL color Cylindrical-coordinate representation of color #B676BC: hue angle of 294.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B676BC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182118188-
CMYK0.030.3700.26
HSL294.86º34.31%60%-
HSV(B)294.86º37.23%73.73%-
XYZ34.8526.5350.86-
YUV145.12152.2154.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=37.30%
G=24.18%
B=38.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821181880.030.3700.26294.8634.3160
HexB676BC32501A127223c
Octal2661662743450324474274
Binary1011011011101101011110011100101011010100100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B676BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B676BC; }

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

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

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

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

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

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

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

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