#B682BC

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

Shades of East Side #B682BC

Tints of East Side #B682BC

Color information

#B682BC (or 0xB682BC) is unknown color: approx East Side. HEX triplet: B6, 82 and BC. RGB value is (182,130,188). Sum of RGB (Red+Green+Blue) = 182+130+188=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #B682BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682BC is #497D43. Grayscale: #979797. Windows color (decimal): -4816196 or 12354230. OLE color: 12354230.

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

Color convert

RGB182130188-
CMYK0.030.3100.26
HSL293.79º30.21%62.35%-
HSV(B)293.79º30.85%73.73%-
XYZ36.3529.5451.36-
YUV152.16148.23149.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=36.4%
G=26%
B=37.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821301880.030.3100.26293.7930.2162.35
HexB682BC31F01A1261e3e
Octal2662022743370324463676
Binary101101101000001010111100111111101101010010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682BC; }

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

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

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

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

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

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

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

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