#B696C0

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

Shades of East Side #B696C0

Tints of East Side #B696C0

Color information

#B696C0 (or 0xB696C0) is unknown color: approx East Side. HEX triplet: B6, 96 and C0. RGB value is (182,150,192). Sum of RGB (Red+Green+Blue) = 182+150+192=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #B696C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696C0 is #49693F. Grayscale: #A4A4A4. Windows color (decimal): -4811072 or 12621494. OLE color: 12621494.

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

Color convert

RGB182150192-
CMYK0.050.2200.25
HSL285.71º25%67.06%-
HSV(B)285.71º21.88%75.29%-
XYZ39.7135.5654.64-
YUV164.36143.6140.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=34.73%
G=28.63%
B=36.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821501920.050.2200.25285.712567.06
HexB696C051601911e1943
Octal26622630052603143631103
Binary10110110100101101100000010110110011001100011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696C0; }

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

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

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

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

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

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

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

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