#B092B3

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

Shades of London Hue #B092B3

Tints of London Hue #B092B3

Color information

#B092B3 (or 0xB092B3) is unknown color: approx London Hue. HEX triplet: B0, 92 and B3. RGB value is (176,146,179). Sum of RGB (Red+Green+Blue) = 176+146+179=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #B092B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092B3 is #4F6D4C. Grayscale: #9E9E9E. Windows color (decimal): -5205325 or 11768496. OLE color: 11768496.

HSL color Cylindrical-coordinate representation of color #B092B3: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B092B3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176146179-
CMYK0.020.1800.30
HSL294.55º17.84%63.73%-
HSV(B)294.55º18.44%70.2%-
XYZ36.3233.0447.11-
YUV158.73139.44140.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=35.13%
G=29.14%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761461790.020.1800.30294.5517.8463.73
HexB092B321201E1271240
Octal26022226322203644722100
Binary1011000010010010101100111010010011110100100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092B3; }

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

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

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

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

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

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

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

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