#B198C4

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

Shades of East Side #B198C4

Tints of East Side #B198C4

Color information

#B198C4 (or 0xB198C4) is unknown color: approx East Side. HEX triplet: B1, 98 and C4. RGB value is (177,152,196). Sum of RGB (Red+Green+Blue) = 177+152+196=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #B198C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198C4 is #4E673B. Grayscale: #A4A4A4. Windows color (decimal): -5138236 or 12884145. OLE color: 12884145.

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

Color convert

RGB177152196-
CMYK0.100.2200.23
HSL274.09º27.16%68.24%-
HSV(B)274.09º22.45%76.86%-
XYZ39.3235.7957.06-
YUV164.49145.78136.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=33.71%
G=28.95%
B=37.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771521960.100.2200.23274.0927.1668.24
HexB198C4A160171121b44
Octal261230304122602742233104
Binary101100011001100011000100101010110010111100010010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198C4; }

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

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

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

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

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

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

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

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