#B190BB

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

Shades of East Side #B190BB

Tints of East Side #B190BB

Color information

#B190BB (or 0xB190BB) is unknown color: approx East Side. HEX triplet: B1, 90 and BB. RGB value is (177,144,187). Sum of RGB (Red+Green+Blue) = 177+144+187=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #B190BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190BB is #4E6F44. Grayscale: #9E9E9E. Windows color (decimal): -5140293 or 12292273. OLE color: 12292273.

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

Color convert

RGB177144187-
CMYK0.050.2300.27
HSL286.05º24.02%64.9%-
HSV(B)286.05º22.99%73.33%-
XYZ37.0732.8851.41-
YUV158.77143.93141-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=34.84%
G=28.35%
B=36.81%

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
Decimal1771441870.050.2300.27286.0524.0264.9
HexB190BB51701B11e1841
Octal26122027352703343630101
Binary10110001100100001011101110110111011011100011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190BB; }

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

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

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

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

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

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

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

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