#B495BF

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

Shades of East Side #B495BF

Tints of East Side #B495BF

Color information

#B495BF (or 0xB495BF) is unknown color: approx East Side. HEX triplet: B4, 95 and BF. RGB value is (180,149,191). Sum of RGB (Red+Green+Blue) = 180+149+191=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B495BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BF is #4B6A40. Grayscale: #A2A2A2. Windows color (decimal): -4942401 or 12555700. OLE color: 12555700.

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

Color convert

RGB180149191-
CMYK0.060.2200.25
HSL284.29º24.71%66.67%-
HSV(B)284.29º21.99%74.9%-
XYZ38.9734.9653.98-
YUV163.06143.77140.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 191 (75% from 255) = 36.73%
R=34.62%
G=28.65%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801491910.060.2200.25284.2924.7166.67
HexB495BF61601911c1943
Octal26422527762603143431103
Binary10110100100101011011111111010110011001100011100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495BF; }

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

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

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

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

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

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

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

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