#B094C0

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

Shades of East Side #B094C0

Tints of East Side #B094C0

Color information

#B094C0 (or 0xB094C0) is unknown color: approx East Side. HEX triplet: B0, 94 and C0. RGB value is (176,148,192). Sum of RGB (Red+Green+Blue) = 176+148+192=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #B094C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094C0 is #4F6B3F. Grayscale: #A1A1A1. Windows color (decimal): -5204800 or 12620976. OLE color: 12620976.

HSL color Cylindrical-coordinate representation of color #B094C0: hue angle of 278.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B094C0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176148192-
CMYK0.080.2300.25
HSL278.18º25.88%66.67%-
HSV(B)278.18º22.92%75.29%-
XYZ38.0134.2254.47-
YUV161.39145.28138.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=34.11%
G=28.68%
B=37.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761481920.080.2300.25278.1825.8866.67
HexB094C08170191161a43
Octal260224300102703142632103
Binary101100001001010011000000100010111011001100010110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094C0; }

 p { color: rgb(176,148,192); }

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

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

 a { background-color: rgb(176,148,192); }

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

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

 span { border-color: rgb(176,148,192); }

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