#B199BB

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

Shades of East Side #B199BB

Tints of East Side #B199BB

Color information

#B199BB (or 0xB199BB) is unknown color: approx East Side. HEX triplet: B1, 99 and BB. RGB value is (177,153,187). Sum of RGB (Red+Green+Blue) = 177+153+187=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #B199BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199BB is #4E6644. Grayscale: #A3A3A3. Windows color (decimal): -5137989 or 12294577. OLE color: 12294577.

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

Color convert

RGB177153187-
CMYK0.050.1800.27
HSL282.35º20%66.67%-
HSV(B)282.35º18.18%73.33%-
XYZ38.4935.7251.88-
YUV164.05140.95137.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=34.24%
G=29.59%
B=36.17%

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
Decimal1771531870.050.1800.27282.352066.67
HexB199BB51201B11a1443
Octal26123127352203343224103
Binary10110001100110011011101110110010011011100011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199BB; }

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

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

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

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

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

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

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

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