#B193BC

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

Shades of East Side #B193BC

Tints of East Side #B193BC

Color information

#B193BC (or 0xB193BC) is unknown color: approx East Side. HEX triplet: B1, 93 and BC. RGB value is (177,147,188). Sum of RGB (Red+Green+Blue) = 177+147+188=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #B193BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193BC is #4E6C43. Grayscale: #A0A0A0. Windows color (decimal): -5139524 or 12358577. OLE color: 12358577.

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

Color convert

RGB177147188-
CMYK0.060.2200.26
HSL283.9º23.43%65.69%-
HSV(B)283.9º21.81%73.73%-
XYZ37.6433.8552.13-
YUV160.64143.44139.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=34.57%
G=28.71%
B=36.72%

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
Decimal1771471880.060.2200.26283.923.4365.69
HexB193BC61601A11c1742
Octal26122327462603243427102
Binary10110001100100111011110011010110011010100011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193BC; }

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

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

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

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

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

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

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

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