#B697BF

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

Shades of East Side #B697BF

Tints of East Side #B697BF

Color information

#B697BF (or 0xB697BF) is unknown color: approx East Side. HEX triplet: B6, 97 and BF. RGB value is (182,151,191). Sum of RGB (Red+Green+Blue) = 182+151+191=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #B697BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697BF is #496840. Grayscale: #A4A4A4. Windows color (decimal): -4810817 or 12556214. OLE color: 12556214.

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

Color convert

RGB182151191-
CMYK0.050.2100.25
HSL286.5º23.81%67.06%-
HSV(B)286.5º20.94%74.9%-
XYZ39.7635.8454.11-
YUV164.83142.77140.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 191 (75% from 255) = 36.45%
R=34.73%
G=28.82%
B=36.45%

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
Decimal1821511910.050.2100.25286.523.8167.06
HexB697BF51501911e1843
Octal26622727752503143630103
Binary10110110100101111011111110110101011001100011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697BF; }

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

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

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

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

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

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

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

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