#B090AE

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

Shades of London Hue #B090AE

Tints of London Hue #B090AE

Color information

#B090AE (or 0xB090AE) is unknown color: approx London Hue. HEX triplet: B0, 90 and AE. RGB value is (176,144,174). Sum of RGB (Red+Green+Blue) = 176+144+174=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B090AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090AE is #4F6F51. Grayscale: #9C9C9C. Windows color (decimal): -5205842 or 11440304. OLE color: 11440304.

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

Color convert

RGB176144174-
CMYK00.180.010.31
HSL303.75º16.84%62.75%-
HSV(B)303.75º18.18%69.02%-
XYZ35.5232.2344.39-
YUV156.99137.6141.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=35.63%
G=29.15%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614417400.180.010.31303.7516.8462.75
HexB090AE01211F130113f
Octal2602202560221374602177
Binary10110000100100001010111001001011111110011000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090AE; }

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

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

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

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

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

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

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

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