#B199BE

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

Shades of East Side #B199BE

Tints of East Side #B199BE

Color information

#B199BE (or 0xB199BE) is unknown color: approx East Side. HEX triplet: B1, 99 and BE. RGB value is (177,153,190). Sum of RGB (Red+Green+Blue) = 177+153+190=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B199BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199BE is #4E6641. Grayscale: #A4A4A4. Windows color (decimal): -5137986 or 12491185. OLE color: 12491185.

HSL color Cylindrical-coordinate representation of color #B199BE: hue angle of 278.92º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B199BE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177153190-
CMYK0.070.1900.25
HSL278.92º22.16%67.25%-
HSV(B)278.92º19.47%74.51%-
XYZ38.8235.8553.59-
YUV164.39142.45136.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=34.04%
G=29.42%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771531900.070.1900.25278.9222.1667.25
HexB199BE7130191171643
Octal26123127672303142726103
Binary10110001100110011011111011110011011001100010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199BE; }

 p { color: rgb(177,153,190); }

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

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

 a { background-color: rgb(177,153,190); }

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

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

 span { border-color: rgb(177,153,190); }

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