#B190AC

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

Shades of London Hue #B190AC

Tints of London Hue #B190AC

Color information

#B190AC (or 0xB190AC) is unknown color: approx London Hue. HEX triplet: B1, 90 and AC. RGB value is (177,144,172). Sum of RGB (Red+Green+Blue) = 177+144+172=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B190AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B190AC is #4E6F53. Grayscale: #9C9C9C. Windows color (decimal): -5140308 or 11309233. OLE color: 11309233.

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

Color convert

RGB177144172-
CMYK00.190.030.31
HSL309.09º17.46%62.94%-
HSV(B)309.09º18.64%69.41%-
XYZ35.5532.2743.39-
YUV157.06136.43142.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=35.90%
G=29.21%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714417200.190.030.31309.0917.4662.94
HexB190AC01331F135113f
Octal2612202540233374652177
Binary101100011001000010101100010011111111110011010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190AC; }

 p { color: rgb(177,144,172); }

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

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

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

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

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

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

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