#B19DB0

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

Shades of London Hue #B19DB0

Tints of London Hue #B19DB0

Color information

#B19DB0 (or 0xB19DB0) is unknown color: approx London Hue. HEX triplet: B1, 9D and B0. RGB value is (177,157,176). Sum of RGB (Red+Green+Blue) = 177+157+176=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DB0 is #4E624F. Grayscale: #A5A5A5. Windows color (decimal): -5136976 or 11574705. OLE color: 11574705.

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

Color convert

RGB177157176-
CMYK00.110.010.31
HSL303º11.36%65.49%-
HSV(B)303º11.3%69.41%-
XYZ38.0236.646.13-
YUV165.15134.13136.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=34.71%
G=30.78%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715717600.110.010.3130311.3665.49
HexB19DB00B11F12fb41
Octal26123526001313745713101
Binary1011000110011101101100000101111111110010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DB0; }

 p { color: rgb(177,157,176); }

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

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

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

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

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

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

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