#B199BA

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

Shades of East Side #B199BA

Tints of East Side #B199BA

Color information

#B199BA (or 0xB199BA) is unknown color: approx East Side. HEX triplet: B1, 99 and BA. RGB value is (177,153,186). Sum of RGB (Red+Green+Blue) = 177+153+186=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B199BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199BA is #4E6645. Grayscale: #A3A3A3. Windows color (decimal): -5137990 or 12229041. OLE color: 12229041.

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

Color convert

RGB177153186-
CMYK0.050.1800.27
HSL283.64º19.3%66.47%-
HSV(B)283.64º17.74%72.94%-
XYZ38.3935.6751.32-
YUV163.94140.45137.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=34.30%
G=29.65%
B=36.05%

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
Decimal1771531860.050.1800.27283.6419.366.47
HexB199BA51201B11c1342
Octal26123127252203343423102
Binary10110001100110011011101010110010011011100011100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199BA; }

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

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

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

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

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

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

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

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