#B192BB

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

Shades of East Side #B192BB

Tints of East Side #B192BB

Color information

#B192BB (or 0xB192BB) is unknown color: approx East Side. HEX triplet: B1, 92 and BB. RGB value is (177,146,187). Sum of RGB (Red+Green+Blue) = 177+146+187=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #B192BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192BB is #4E6D44. Grayscale: #9F9F9F. Windows color (decimal): -5139781 or 12292785. OLE color: 12292785.

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

Color convert

RGB177146187-
CMYK0.050.2200.27
HSL285.37º23.16%65.29%-
HSV(B)285.37º21.93%73.33%-
XYZ37.3833.4951.51-
YUV159.94143.27140.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=34.71%
G=28.63%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771461870.050.2200.27285.3723.1665.29
HexB192BB51601B11d1741
Octal26122227352603343527101
Binary10110001100100101011101110110110011011100011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192BB; }

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

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

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

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

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

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

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

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