#B292BB

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

Shades of East Side #B292BB

Tints of East Side #B292BB

Color information

#B292BB (or 0xB292BB) is unknown color: approx East Side. HEX triplet: B2, 92 and BB. RGB value is (178,146,187). Sum of RGB (Red+Green+Blue) = 178+146+187=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #B292BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292BB is #4D6D44. Grayscale: #A0A0A0. Windows color (decimal): -5074245 or 12292786. OLE color: 12292786.

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

Color convert

RGB178146187-
CMYK0.050.2200.27
HSL286.83º23.16%65.29%-
HSV(B)286.83º21.93%73.33%-
XYZ37.6133.6151.52-
YUV160.24143.1140.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=34.83%
G=28.57%
B=36.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781461870.050.2200.27286.8323.1665.29
HexB292BB51601B11f1741
Octal26222227352603343727101
Binary10110010100100101011101110110110011011100011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292BB; }

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

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

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

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

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

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

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

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