#B092BA

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

Shades of East Side #B092BA

Tints of East Side #B092BA

Color information

#B092BA (or 0xB092BA) is unknown color: approx East Side. HEX triplet: B0, 92 and BA. RGB value is (176,146,186). Sum of RGB (Red+Green+Blue) = 176+146+186=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B092BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092BA is #4F6D45. Grayscale: #9F9F9F. Windows color (decimal): -5205318 or 12227248. OLE color: 12227248.

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

Color convert

RGB176146186-
CMYK0.050.2200.27
HSL285º22.47%65.1%-
HSV(B)285º21.51%72.94%-
XYZ37.0533.3350.94-
YUV159.53142.94139.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=34.65%
G=28.74%
B=36.61%

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
Decimal1761461860.050.2200.2728522.4765.1
HexB092BA51601B11d1641
Octal26022227252603343526101
Binary10110000100100101011101010110110011011100011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092BA; }

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

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

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

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

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

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

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

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