#B199B1

Color #B199B1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B199B1

Tints of London Hue #B199B1

Color information

#B199B1 (or 0xB199B1) is unknown color: approx London Hue. HEX triplet: B1, 99 and B1. RGB value is (177,153,177). Sum of RGB (Red+Green+Blue) = 177+153+177=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B199B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199B1 is #4E664E. Grayscale: #A2A2A2. Windows color (decimal): -5137999 or 11639217. OLE color: 11639217.

HSL color Cylindrical-coordinate representation of color #B199B1: hue angle of 300º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199B1 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB177153177-
CMYK00.1400.31
HSL300º13.33%64.71%-
HSV(B)300º13.56%69.41%-
XYZ37.4635.346.44-
YUV162.91135.95138.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=34.91%
G=30.18%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715317700.1400.3130013.3364.71
HexB199B10E01F12cd41
Octal26123126101603745415101
Binary1011000110011001101100010111001111110010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199B1; }

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

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

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

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

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

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

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

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