#B492BB

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

Shades of East Side #B492BB

Tints of East Side #B492BB

Color information

#B492BB (or 0xB492BB) is unknown color: approx East Side. HEX triplet: B4, 92 and BB. RGB value is (180,146,187). Sum of RGB (Red+Green+Blue) = 180+146+187=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #B492BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492BB is #4B6D44. Grayscale: #A0A0A0. Windows color (decimal): -4943173 or 12292788. OLE color: 12292788.

HSL color Cylindrical-coordinate representation of color #B492BB: hue angle of 289.76º degrees, saturation: 0.23, 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 #B492BB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180146187-
CMYK0.040.2200.27
HSL289.76º23.16%65.29%-
HSV(B)289.76º21.93%73.33%-
XYZ38.0733.8551.54-
YUV160.84142.76141.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=35.09%
G=28.46%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801461870.040.2200.27289.7623.1665.29
HexB492BB41601B1221741
Octal26422227342603344227101
Binary10110100100100101011101110010110011011100100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492BB; }

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

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

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

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

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

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

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

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