#B495BE

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

Shades of East Side #B495BE

Tints of East Side #B495BE

Color information

#B495BE (or 0xB495BE) is unknown color: approx East Side. HEX triplet: B4, 95 and BE. RGB value is (180,149,190). Sum of RGB (Red+Green+Blue) = 180+149+190=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B495BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BE is #4B6A41. Grayscale: #A2A2A2. Windows color (decimal): -4942402 or 12490164. OLE color: 12490164.

HSL color Cylindrical-coordinate representation of color #B495BE: hue angle of 285.37º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B495BE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180149190-
CMYK0.050.2200.25
HSL285.37º23.98%66.47%-
HSV(B)285.37º21.58%74.51%-
XYZ38.8634.9253.41-
YUV162.94143.27140.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=34.68%
G=28.71%
B=36.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801491900.050.2200.25285.3723.9866.47
HexB495BE51601911d1842
Octal26422527652603143530102
Binary10110100100101011011111010110110011001100011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495BE; }

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

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

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

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

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

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

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

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