#B191AD

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

Shades of London Hue #B191AD

Tints of London Hue #B191AD

Color information

#B191AD (or 0xB191AD) is unknown color: approx London Hue. HEX triplet: B1, 91 and AD. RGB value is (177,145,173). Sum of RGB (Red+Green+Blue) = 177+145+173=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B191AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B191AD is #4E6E52. Grayscale: #9D9D9D. Windows color (decimal): -5140051 or 11375025. OLE color: 11375025.

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

Color convert

RGB177145173-
CMYK00.180.020.31
HSL307.5º17.02%63.14%-
HSV(B)307.5º18.08%69.41%-
XYZ35.832.6243.94-
YUV157.76136.6141.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=35.76%
G=29.29%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714517300.180.020.31307.517.0263.14
HexB191AD01221F134113f
Octal2612212550222374642177
Binary101100011001000110101101010010101111110011010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B191AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B191AD; }

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

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

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

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

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

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

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

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