#B492BA

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

Shades of East Side #B492BA

Tints of East Side #B492BA

Color information

#B492BA (or 0xB492BA) is unknown color: approx East Side. HEX triplet: B4, 92 and BA. RGB value is (180,146,186). Sum of RGB (Red+Green+Blue) = 180+146+186=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B492BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492BA is #4B6D45. Grayscale: #A0A0A0. Windows color (decimal): -4943174 or 12227252. OLE color: 12227252.

HSL color Cylindrical-coordinate representation of color #B492BA: hue angle of 291º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B492BA is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180146186-
CMYK0.030.2200.27
HSL291º22.47%65.1%-
HSV(B)291º21.51%72.94%-
XYZ37.9633.8150.98-
YUV160.73142.26141.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=35.16%
G=28.52%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801461860.030.2200.2729122.4765.1
HexB492BA31601B1231641
Octal26422227232603344326101
Binary1011010010010010101110101110110011011100100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492BA; }

 p { color: rgb(180,146,186); }

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

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

 a { background-color: rgb(180,146,186); }

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

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

 span { border-color: rgb(180,146,186); }

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