#B090AA

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

Shades of London Hue #B090AA

Tints of London Hue #B090AA

Color information

#B090AA (or 0xB090AA) is unknown color: approx London Hue. HEX triplet: B0, 90 and AA. RGB value is (176,144,170). Sum of RGB (Red+Green+Blue) = 176+144+170=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B090AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090AA is #4F6F55. Grayscale: #9C9C9C. Windows color (decimal): -5205846 or 11178160. OLE color: 11178160.

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

Color convert

RGB176144170-
CMYK00.180.030.31
HSL311.25º16.84%62.75%-
HSV(B)311.25º18.18%69.02%-
XYZ35.1332.0842.37-
YUV156.53135.6141.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=35.92%
G=29.39%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614417000.180.030.31311.2516.8462.75
HexB090AA01231F137113f
Octal2602202520223374672177
Binary101100001001000010101010010010111111110011011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090AA; }

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

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

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

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

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

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

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

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