#B198C1

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

Shades of East Side #B198C1

Tints of East Side #B198C1

Color information

#B198C1 (or 0xB198C1) is unknown color: approx East Side. HEX triplet: B1, 98 and C1. RGB value is (177,152,193). Sum of RGB (Red+Green+Blue) = 177+152+193=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #B198C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198C1 is #4E673E. Grayscale: #A4A4A4. Windows color (decimal): -5138239 or 12687537. OLE color: 12687537.

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

Color convert

RGB177152193-
CMYK0.080.2100.24
HSL276.59º24.85%67.65%-
HSV(B)276.59º21.24%75.69%-
XYZ38.9935.6555.28-
YUV164.15144.28137.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=33.91%
G=29.12%
B=36.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771521930.080.2100.24276.5924.8567.65
HexB198C18150181151944
Octal261230301102503042531104
Binary101100011001100011000001100010101011000100010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198C1; }

 p { color: rgb(177,152,193); }

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

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

 a { background-color: rgb(177,152,193); }

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

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

 span { border-color: rgb(177,152,193); }

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