#B190BA

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

Shades of East Side #B190BA

Tints of East Side #B190BA

Color information

#B190BA (or 0xB190BA) is unknown color: approx East Side. HEX triplet: B1, 90 and BA. RGB value is (177,144,186). Sum of RGB (Red+Green+Blue) = 177+144+186=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #B190BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190BA is #4E6F45. Grayscale: #9E9E9E. Windows color (decimal): -5140294 or 12226737. OLE color: 12226737.

HSL color Cylindrical-coordinate representation of color #B190BA: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B190BA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177144186-
CMYK0.050.2300.27
HSL287.14º23.33%64.71%-
HSV(B)287.14º22.58%72.94%-
XYZ36.9732.8450.84-
YUV158.66143.43141.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=34.91%
G=28.40%
B=36.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771441860.050.2300.27287.1423.3364.71
HexB190BA51701B11f1741
Octal26122027252703343727101
Binary10110001100100001011101010110111011011100011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190BA; }

 p { color: rgb(177,144,186); }

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

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

 a { background-color: rgb(177,144,186); }

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

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

 span { border-color: rgb(177,144,186); }

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