#B092AE

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

Shades of London Hue #B092AE

Tints of London Hue #B092AE

Color information

#B092AE (or 0xB092AE) is unknown color: approx London Hue. HEX triplet: B0, 92 and AE. RGB value is (176,146,174). Sum of RGB (Red+Green+Blue) = 176+146+174=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B092AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092AE is #4F6D51. Grayscale: #9E9E9E. Windows color (decimal): -5205330 or 11440816. OLE color: 11440816.

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

Color convert

RGB176146174-
CMYK00.170.010.31
HSL304º15.96%63.14%-
HSV(B)304º17.05%69.02%-
XYZ35.8232.8444.5-
YUV158.16136.94140.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=35.48%
G=29.44%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614617400.170.010.3130415.9663.14
HexB092AE01111F130103f
Octal2602222560211374602077
Binary10110000100100101010111001000111111110011000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092AE; }

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

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

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

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

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

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

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

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