#B494CB

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

Shades of East Side #B494CB

Tints of East Side #B494CB

Color information

#B494CB (or 0xB494CB) is unknown color: approx East Side. HEX triplet: B4, 94 and CB. RGB value is (180,148,203). Sum of RGB (Red+Green+Blue) = 180+148+203=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #B494CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494CB is #4B6B34. Grayscale: #A3A3A3. Windows color (decimal): -4942645 or 13341876. OLE color: 13341876.

HSL color Cylindrical-coordinate representation of color #B494CB: hue angle of 274.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B494CB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180148203-
CMYK0.110.2700.20
HSL274.91º34.59%68.82%-
HSV(B)274.91º27.09%79.61%-
XYZ40.1935.1961.17-
YUV163.84150.1139.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=33.90%
G=27.87%
B=38.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801482030.110.2700.20274.9134.5968.82
HexB494CBB1B0141132345
Octal264224313133302442343105
Binary1011010010010100110010111011110110101001000100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494CB; }

 p { color: rgb(180,148,203); }

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

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

 a { background-color: rgb(180,148,203); }

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

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

 span { border-color: rgb(180,148,203); }

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