#B685BE

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

Shades of East Side #B685BE

Tints of East Side #B685BE

Color information

#B685BE (or 0xB685BE) is unknown color: approx East Side. HEX triplet: B6, 85 and BE. RGB value is (182,133,190). Sum of RGB (Red+Green+Blue) = 182+133+190=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #B685BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685BE is #497A41. Grayscale: #999999. Windows color (decimal): -4815426 or 12486070. OLE color: 12486070.

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

Color convert

RGB182133190-
CMYK0.040.300.25
HSL291.58º30.48%63.33%-
HSV(B)291.58º30%74.51%-
XYZ36.9730.4452.64-
YUV154.15148.23147.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=36.04%
G=26.34%
B=37.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821331900.040.300.25291.5830.4863.33
HexB685BE41E0191241e3f
Octal2662052764360314443677
Binary1011011010000101101111101001111001100110010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685BE; }

 p { color: rgb(182,133,190); }

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

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

 a { background-color: rgb(182,133,190); }

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

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

 span { border-color: rgb(182,133,190); }

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