#B092B1

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

Shades of London Hue #B092B1

Tints of London Hue #B092B1

Color information

#B092B1 (or 0xB092B1) is unknown color: approx London Hue. HEX triplet: B0, 92 and B1. RGB value is (176,146,177). Sum of RGB (Red+Green+Blue) = 176+146+177=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #B092B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092B1 is #4F6D4E. Grayscale: #9E9E9E. Windows color (decimal): -5205327 or 11637424. OLE color: 11637424.

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

Color convert

RGB176146177-
CMYK0.010.1800.31
HSL298.06º16.58%63.33%-
HSV(B)298.06º17.51%69.41%-
XYZ36.1232.9646.05-
YUV158.5138.44140.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=35.27%
G=29.26%
B=35.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761461770.010.1800.31298.0616.5863.33
HexB092B111201F12a113f
Octal2602222611220374522177
Binary10110000100100101011000111001001111110010101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092B1; }

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

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

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

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

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

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

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

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