#B192B8

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

Shades of East Side #B192B8

Tints of East Side #B192B8

Color information

#B192B8 (or 0xB192B8) is unknown color: approx East Side. HEX triplet: B1, 92 and B8. RGB value is (177,146,184). Sum of RGB (Red+Green+Blue) = 177+146+184=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #B192B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192B8 is #4E6D47. Grayscale: #9F9F9F. Windows color (decimal): -5139784 or 12096177. OLE color: 12096177.

HSL color Cylindrical-coordinate representation of color #B192B8: hue angle of 288.95º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B192B8 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB177146184-
CMYK0.040.2100.28
HSL288.95º21.11%64.71%-
HSV(B)288.95º20.65%72.16%-
XYZ37.0633.3749.83-
YUV159.6141.77140.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=34.91%
G=28.80%
B=36.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771461840.040.2100.28288.9521.1164.71
HexB192B841501C1211541
Octal26122227042503444125101
Binary10110001100100101011100010010101011100100100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192B8; }

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

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

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

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

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

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

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

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