#B092AD

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

Shades of London Hue #B092AD

Tints of London Hue #B092AD

Color information

#B092AD (or 0xB092AD) is unknown color: approx London Hue. HEX triplet: B0, 92 and AD. RGB value is (176,146,173). Sum of RGB (Red+Green+Blue) = 176+146+173=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B092AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092AD is #4F6D52. Grayscale: #9D9D9D. Windows color (decimal): -5205331 or 11375280. OLE color: 11375280.

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

Color convert

RGB176146173-
CMYK00.170.020.31
HSL306º15.96%63.14%-
HSV(B)306º17.05%69.02%-
XYZ35.7332.8143.98-
YUV158.05136.44140.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=35.56%
G=29.49%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614617300.170.020.3130615.9663.14
HexB092AD01121F132103f
Octal2602222550212374622077
Binary101100001001001010101101010001101111110011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092AD; }

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

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

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

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

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

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

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

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