#B684BC

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

Shades of East Side #B684BC

Tints of East Side #B684BC

Color information

#B684BC (or 0xB684BC) is unknown color: approx East Side. HEX triplet: B6, 84 and BC. RGB value is (182,132,188). Sum of RGB (Red+Green+Blue) = 182+132+188=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #B684BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684BC is #497B43. Grayscale: #999999. Windows color (decimal): -4815684 or 12354742. OLE color: 12354742.

HSL color Cylindrical-coordinate representation of color #B684BC: hue angle of 293.57º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B684BC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182132188-
CMYK0.030.3000.26
HSL293.57º29.47%62.75%-
HSV(B)293.57º29.79%73.73%-
XYZ36.6230.0851.45-
YUV153.33147.56148.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=36.25%
G=26.29%
B=37.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821321880.030.3000.26293.5729.4762.75
HexB684BC31E01A1261d3f
Octal2662042743360324463577
Binary101101101000010010111100111111001101010010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684BC; }

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

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

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

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

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

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

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

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