#B499BE

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

Shades of East Side #B499BE

Tints of East Side #B499BE

Color information

#B499BE (or 0xB499BE) is unknown color: approx East Side. HEX triplet: B4, 99 and BE. RGB value is (180,153,190). Sum of RGB (Red+Green+Blue) = 180+153+190=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B499BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499BE is #4B6641. Grayscale: #A5A5A5. Windows color (decimal): -4941378 or 12491188. OLE color: 12491188.

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

Color convert

RGB180153190-
CMYK0.050.1900.25
HSL283.78º22.16%67.25%-
HSV(B)283.78º19.47%74.51%-
XYZ39.5136.253.62-
YUV165.29141.95138.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=34.42%
G=29.25%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801531900.050.1900.25283.7822.1667.25
HexB499BE51301911c1643
Octal26423127652303143426103
Binary10110100100110011011111010110011011001100011100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499BE; }

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

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

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

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

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

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

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

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