#B497BE

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

Shades of East Side #B497BE

Tints of East Side #B497BE

Color information

#B497BE (or 0xB497BE) is unknown color: approx East Side. HEX triplet: B4, 97 and BE. RGB value is (180,151,190). Sum of RGB (Red+Green+Blue) = 180+151+190=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B497BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497BE is #4B6841. Grayscale: #A3A3A3. Windows color (decimal): -4941890 or 12490676. OLE color: 12490676.

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

Color convert

RGB180151190-
CMYK0.050.2100.25
HSL284.62º23.08%66.86%-
HSV(B)284.62º20.53%74.51%-
XYZ39.1835.5553.51-
YUV164.12142.61139.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=34.55%
G=28.98%
B=36.47%

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
Decimal1801511900.050.2100.25284.6223.0866.86
HexB497BE51501911d1743
Octal26422727652503143527103
Binary10110100100101111011111010110101011001100011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497BE; }

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

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

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

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

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

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

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

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