#B494CA

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

Shades of East Side #B494CA

Tints of East Side #B494CA

Color information

#B494CA (or 0xB494CA) is unknown color: approx East Side. HEX triplet: B4, 94 and CA. RGB value is (180,148,202). Sum of RGB (Red+Green+Blue) = 180+148+202=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B494CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494CA is #4B6B35. Grayscale: #A3A3A3. Windows color (decimal): -4942646 or 13276340. OLE color: 13276340.

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

Color convert

RGB180148202-
CMYK0.110.2700.21
HSL275.56º33.75%68.63%-
HSV(B)275.56º26.73%79.22%-
XYZ40.0735.1560.55-
YUV163.72149.6139.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=33.96%
G=27.92%
B=38.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801482020.110.2700.21275.5633.7568.63
HexB494CAB1B0151142245
Octal264224312133302542442105
Binary1011010010010100110010101011110110101011000101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494CA; }

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

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

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

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

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

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

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

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