#B496BF

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

Shades of East Side #B496BF

Tints of East Side #B496BF

Color information

#B496BF (or 0xB496BF) is unknown color: approx East Side. HEX triplet: B4, 96 and BF. RGB value is (180,150,191). Sum of RGB (Red+Green+Blue) = 180+150+191=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #B496BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496BF is #4B6940. Grayscale: #A3A3A3. Windows color (decimal): -4942145 or 12555956. OLE color: 12555956.

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

Color convert

RGB180150191-
CMYK0.060.2100.25
HSL283.9º24.26%66.86%-
HSV(B)283.9º21.47%74.9%-
XYZ39.1335.2854.04-
YUV163.64143.44139.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 191 (75% from 255) = 36.66%
R=34.55%
G=28.79%
B=36.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801501910.060.2100.25283.924.2666.86
HexB496BF61501911c1843
Octal26422627762503143430103
Binary10110100100101101011111111010101011001100011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496BF; }

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

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

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

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

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

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

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

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