#B499C0

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

Shades of East Side #B499C0

Tints of East Side #B499C0

Color information

#B499C0 (or 0xB499C0) is unknown color: approx East Side. HEX triplet: B4, 99 and C0. RGB value is (180,153,192). Sum of RGB (Red+Green+Blue) = 180+153+192=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #B499C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499C0 is #4B663F. Grayscale: #A5A5A5. Windows color (decimal): -4941376 or 12622260. OLE color: 12622260.

HSL color Cylindrical-coordinate representation of color #B499C0: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B499C0 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180153192-
CMYK0.060.2000.25
HSL281.54º23.64%67.65%-
HSV(B)281.54º20.31%75.29%-
XYZ39.7336.2954.78-
YUV165.52142.95138.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=34.29%
G=29.14%
B=36.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801531920.060.2000.25281.5423.6467.65
HexB499C061401911a1844
Octal26423130062403143230104
Binary10110100100110011100000011010100011001100011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499C0; }

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

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

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

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

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

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

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

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