#B19BAD

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

Shades of London Hue #B19BAD

Tints of London Hue #B19BAD

Color information

#B19BAD (or 0xB19BAD) is unknown color: approx London Hue. HEX triplet: B1, 9B and AD. RGB value is (177,155,173). Sum of RGB (Red+Green+Blue) = 177+155+173=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BAD is #4E6452. Grayscale: #A3A3A3. Windows color (decimal): -5137491 or 11377585. OLE color: 11377585.

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

Color convert

RGB177155173-
CMYK00.120.020.31
HSL310.91º12.36%65.1%-
HSV(B)310.91º12.43%69.41%-
XYZ37.435.8144.48-
YUV163.63133.29137.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=35.05%
G=30.69%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715517300.120.020.31310.9112.3665.1
HexB19BAD0C21F137c41
Octal26123325501423746714101
Binary10110001100110111010110101100101111110011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BAD; }

 p { color: rgb(177,155,173); }

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

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

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

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

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

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

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