#B682BF

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

Shades of East Side #B682BF

Tints of East Side #B682BF

Color information

#B682BF (or 0xB682BF) is unknown color: approx East Side. HEX triplet: B6, 82 and BF. RGB value is (182,130,191). Sum of RGB (Red+Green+Blue) = 182+130+191=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #B682BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682BF is #497D40. Grayscale: #989898. Windows color (decimal): -4816193 or 12550838. OLE color: 12550838.

HSL color Cylindrical-coordinate representation of color #B682BF: hue angle of 291.15º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B682BF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182130191-
CMYK0.050.3200.25
HSL291.15º32.28%62.94%-
HSV(B)291.15º31.94%74.9%-
XYZ36.6829.6753.08-
YUV152.5149.73149.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 191 (75% from 255) = 37.97%
R=36.18%
G=25.84%
B=37.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821301910.050.3200.25291.1532.2862.94
HexB682BF520019123203f
Octal2662022775400314434077
Binary101101101000001010111111101100000011001100100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682BF; }

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

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

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

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

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

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

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

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