#B690BE

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

Shades of East Side #B690BE

Tints of East Side #B690BE

Color information

#B690BE (or 0xB690BE) is unknown color: approx East Side. HEX triplet: B6, 90 and BE. RGB value is (182,144,190). Sum of RGB (Red+Green+Blue) = 182+144+190=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B690BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690BE is #496F41. Grayscale: #A0A0A0. Windows color (decimal): -4812610 or 12488886. OLE color: 12488886.

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

Color convert

RGB182144190-
CMYK0.040.2400.25
HSL289.57º26.14%65.49%-
HSV(B)289.57º24.21%74.51%-
XYZ38.5633.6153.17-
YUV160.61144.59143.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=35.27%
G=27.91%
B=36.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821441900.040.2400.25289.5726.1465.49
HexB690BE4180191221a41
Octal26622027643003144232101
Binary10110110100100001011111010011000011001100100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690BE; }

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

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

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

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

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

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

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

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