#B696BF

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

Shades of East Side #B696BF

Tints of East Side #B696BF

Color information

#B696BF (or 0xB696BF) is unknown color: approx East Side. HEX triplet: B6, 96 and BF. RGB value is (182,150,191). Sum of RGB (Red+Green+Blue) = 182+150+191=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #B696BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696BF is #496940. Grayscale: #A4A4A4. Windows color (decimal): -4811073 or 12555958. OLE color: 12555958.

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

Color convert

RGB182150191-
CMYK0.050.2100.25
HSL286.83º24.26%66.86%-
HSV(B)286.83º21.47%74.9%-
XYZ39.635.5254.06-
YUV164.24143.1140.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 191 (75% from 255) = 36.52%
R=34.80%
G=28.68%
B=36.52%

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
Decimal1821501910.050.2100.25286.8324.2666.86
HexB696BF51501911f1843
Octal26622627752503143730103
Binary10110110100101101011111110110101011001100011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696BF; }

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

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

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

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

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

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

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

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