#B090A6

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

Shades of London Hue #B090A6

Tints of London Hue #B090A6

Color information

#B090A6 (or 0xB090A6) is unknown color: approx London Hue. HEX triplet: B0, 90 and A6. RGB value is (176,144,166). Sum of RGB (Red+Green+Blue) = 176+144+166=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B090A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090A6 is #4F6F59. Grayscale: #9C9C9C. Windows color (decimal): -5205850 or 10916016. OLE color: 10916016.

HSL color Cylindrical-coordinate representation of color #B090A6: hue angle of 318.75º 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 #B090A6 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176144166-
CMYK00.180.060.31
HSL318.75º16.84%62.75%-
HSV(B)318.75º18.18%69.02%-
XYZ34.7631.9340.41-
YUV156.08133.6142.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 166 (65.23% from 255) = 34.16%
R=36.21%
G=29.63%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614416600.180.060.31318.7516.8462.75
HexB090A601261F13f113f
Octal2602202460226374772177
Binary1011000010010000101001100100101101111110011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090A6; }

 p { color: rgb(176,144,166); }

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

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

 a { background-color: rgb(176,144,166); }

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

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

 span { border-color: rgb(176,144,166); }

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