#B697C0

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

Shades of East Side #B697C0

Tints of East Side #B697C0

Color information

#B697C0 (or 0xB697C0) is unknown color: approx East Side. HEX triplet: B6, 97 and C0. RGB value is (182,151,192). Sum of RGB (Red+Green+Blue) = 182+151+192=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #B697C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697C0 is #49683F. Grayscale: #A4A4A4. Windows color (decimal): -4810816 or 12621750. OLE color: 12621750.

HSL color Cylindrical-coordinate representation of color #B697C0: hue angle of 285.37º degrees, saturation: 0.25, 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 #B697C0 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182151192-
CMYK0.050.2100.25
HSL285.37º24.55%67.25%-
HSV(B)285.37º21.35%75.29%-
XYZ39.8735.8854.69-
YUV164.94143.27140.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=34.67%
G=28.76%
B=36.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821511920.050.2100.25285.3724.5567.25
HexB697C051501911d1943
Octal26622730052503143531103
Binary10110110100101111100000010110101011001100011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697C0; }

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

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

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

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

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

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

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

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