#B198BA

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

Shades of East Side #B198BA

Tints of East Side #B198BA

Color information

#B198BA (or 0xB198BA) is unknown color: approx East Side. HEX triplet: B1, 98 and BA. RGB value is (177,152,186). Sum of RGB (Red+Green+Blue) = 177+152+186=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B198BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198BA is #4E6745. Grayscale: #A3A3A3. Windows color (decimal): -5138246 or 12228785. OLE color: 12228785.

HSL color Cylindrical-coordinate representation of color #B198BA: hue angle of 284.12º degrees, saturation: 0.2, 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 #B198BA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177152186-
CMYK0.050.1800.27
HSL284.12º19.77%66.27%-
HSV(B)284.12º18.28%72.94%-
XYZ38.2235.3551.26-
YUV163.35140.78137.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=34.37%
G=29.51%
B=36.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771521860.050.1800.27284.1219.7766.27
HexB198BA51201B11c1442
Octal26123027252203343424102
Binary10110001100110001011101010110010011011100011100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198BA; }

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

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

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

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

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

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

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

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