#B497BF

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

Shades of East Side #B497BF

Tints of East Side #B497BF

Color information

#B497BF (or 0xB497BF) is unknown color: approx East Side. HEX triplet: B4, 97 and BF. RGB value is (180,151,191). Sum of RGB (Red+Green+Blue) = 180+151+191=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #B497BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497BF is #4B6840. Grayscale: #A4A4A4. Windows color (decimal): -4941889 or 12556212. OLE color: 12556212.

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

Color convert

RGB180151191-
CMYK0.060.2100.25
HSL283.5º23.81%67.06%-
HSV(B)283.5º20.94%74.9%-
XYZ39.2935.654.09-
YUV164.23143.11139.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 191 (75% from 255) = 36.59%
R=34.48%
G=28.93%
B=36.59%

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
Decimal1801511910.060.2100.25283.523.8167.06
HexB497BF61501911c1843
Octal26422727762503143430103
Binary10110100100101111011111111010101011001100011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497BF; }

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

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

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

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

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

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

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

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