#B499C4

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

Shades of East Side #B499C4

Tints of East Side #B499C4

Color information

#B499C4 (or 0xB499C4) is unknown color: approx East Side. HEX triplet: B4, 99 and C4. RGB value is (180,153,196). Sum of RGB (Red+Green+Blue) = 180+153+196=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 196 - color contains mainly: blue. Hex color #B499C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499C4 is #4B663B. Grayscale: #A5A5A5. Windows color (decimal): -4941372 or 12884404. OLE color: 12884404.

HSL color Cylindrical-coordinate representation of color #B499C4: hue angle of 277.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B499C4 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180153196-
CMYK0.080.2200.23
HSL277.67º26.71%68.43%-
HSV(B)277.67º21.94%76.86%-
XYZ40.1836.4757.15-
YUV165.98144.95138-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=34.03%
G=28.92%
B=37.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801531960.080.2200.23277.6726.7168.43
HexB499C48160171161b44
Octal264231304102602742633104
Binary101101001001100111000100100010110010111100010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499C4; }

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

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

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

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

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

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

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

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