#B696BE

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

Shades of East Side #B696BE

Tints of East Side #B696BE

Color information

#B696BE (or 0xB696BE) is unknown color: approx East Side. HEX triplet: B6, 96 and BE. RGB value is (182,150,190). Sum of RGB (Red+Green+Blue) = 182+150+190=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #B696BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696BE is #496941. Grayscale: #A4A4A4. Windows color (decimal): -4811074 or 12490422. OLE color: 12490422.

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

Color convert

RGB182150190-
CMYK0.040.2100.25
HSL288º23.53%66.67%-
HSV(B)288º21.05%74.51%-
XYZ39.4935.4853.48-
YUV164.13142.6140.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=34.87%
G=28.74%
B=36.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821501900.040.2100.2528823.5366.67
HexB696BE4150191201843
Octal26622627642503144030103
Binary10110110100101101011111010010101011001100100000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696BE; }

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

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

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

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

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

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

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

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