#B692BE

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

Shades of East Side #B692BE

Tints of East Side #B692BE

Color information

#B692BE (or 0xB692BE) is unknown color: approx East Side. HEX triplet: B6, 92 and BE. RGB value is (182,146,190). Sum of RGB (Red+Green+Blue) = 182+146+190=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #B692BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692BE is #496D41. Grayscale: #A1A1A1. Windows color (decimal): -4812098 or 12489398. OLE color: 12489398.

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

Color convert

RGB182146190-
CMYK0.040.2300.25
HSL289.09º25.29%65.88%-
HSV(B)289.09º23.16%74.51%-
XYZ38.8634.2253.27-
YUV161.78143.93142.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=35.14%
G=28.19%
B=36.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821461900.040.2300.25289.0925.2965.88
HexB692BE4170191211942
Octal26622227642703144131102
Binary10110110100100101011111010010111011001100100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692BE; }

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

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

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

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

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

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

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

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