#B682C3

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

Shades of East Side #B682C3

Tints of East Side #B682C3

Color information

#B682C3 (or 0xB682C3) is unknown color: approx East Side. HEX triplet: B6, 82 and C3. RGB value is (182,130,195). Sum of RGB (Red+Green+Blue) = 182+130+195=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #B682C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682C3 is #497D3C. Grayscale: #989898. Windows color (decimal): -4816189 or 12812982. OLE color: 12812982.

HSL color Cylindrical-coordinate representation of color #B682C3: hue angle of 288º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B682C3 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182130195-
CMYK0.070.3300.24
HSL288º35.14%63.73%-
HSV(B)288º33.33%76.47%-
XYZ37.1229.8555.43-
YUV152.96151.73148.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=35.90%
G=25.64%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821301950.070.3300.2428835.1463.73
HexB682C37210181202340
Octal26620230374103044043100
Binary1011011010000010110000111111000010110001001000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682C3; }

 p { color: rgb(182,130,195); }

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

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

 a { background-color: rgb(182,130,195); }

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

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

 span { border-color: rgb(182,130,195); }

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