#B192C0

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

Shades of East Side #B192C0

Tints of East Side #B192C0

Color information

#B192C0 (or 0xB192C0) is unknown color: approx East Side. HEX triplet: B1, 92 and C0. RGB value is (177,146,192). Sum of RGB (Red+Green+Blue) = 177+146+192=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #B192C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192C0 is #4E6D3F. Grayscale: #A0A0A0. Windows color (decimal): -5139776 or 12620465. OLE color: 12620465.

HSL color Cylindrical-coordinate representation of color #B192C0: hue angle of 280.43º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B192C0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177146192-
CMYK0.080.2400.25
HSL280.43º26.74%66.27%-
HSV(B)280.43º23.96%75.29%-
XYZ37.9233.7154.38-
YUV160.51145.77139.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=34.37%
G=28.35%
B=37.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771461920.080.2400.25280.4326.7466.27
HexB192C08180191181b42
Octal261222300103003143033102
Binary101100011001001011000000100011000011001100011000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192C0; }

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

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

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

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

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

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

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

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