#B093BC

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

Shades of East Side #B093BC

Tints of East Side #B093BC

Color information

#B093BC (or 0xB093BC) is unknown color: approx East Side. HEX triplet: B0, 93 and BC. RGB value is (176,147,188). Sum of RGB (Red+Green+Blue) = 176+147+188=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #B093BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093BC is #4F6C43. Grayscale: #A0A0A0. Windows color (decimal): -5205060 or 12358576. OLE color: 12358576.

HSL color Cylindrical-coordinate representation of color #B093BC: hue angle of 282.44º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B093BC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176147188-
CMYK0.060.2200.26
HSL282.44º23.43%65.69%-
HSV(B)282.44º21.81%73.73%-
XYZ37.4233.7352.12-
YUV160.35143.61139.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=34.44%
G=28.77%
B=36.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761471880.060.2200.26282.4423.4365.69
HexB093BC61601A11a1742
Octal26022327462603243227102
Binary10110000100100111011110011010110011010100011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093BC; }

 p { color: rgb(176,147,188); }

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

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

 a { background-color: rgb(176,147,188); }

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

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

 span { border-color: rgb(176,147,188); }

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