#B198B9

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

Shades of East Side #B198B9

Tints of East Side #B198B9

Color information

#B198B9 (or 0xB198B9) is unknown color: approx East Side. HEX triplet: B1, 98 and B9. RGB value is (177,152,185). Sum of RGB (Red+Green+Blue) = 177+152+185=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: blue. Hex color #B198B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198B9 is #4E6746. Grayscale: #A3A3A3. Windows color (decimal): -5138247 or 12163249. OLE color: 12163249.

HSL color Cylindrical-coordinate representation of color #B198B9: hue angle of 285.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B198B9 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177152185-
CMYK0.040.1800.27
HSL285.45º19.08%66.08%-
HSV(B)285.45º17.84%72.55%-
XYZ38.1235.3150.7-
YUV163.24140.28137.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=34.44%
G=29.57%
B=35.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771521850.040.1800.27285.4519.0866.08
HexB198B941201B11d1342
Octal26123027142203343523102
Binary10110001100110001011100110010010011011100011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198B9; }

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

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

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

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

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

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

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

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