#B292B4

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

Shades of London Hue #B292B4

Tints of London Hue #B292B4

Color information

#B292B4 (or 0xB292B4) is unknown color: approx London Hue. HEX triplet: B2, 92 and B4. RGB value is (178,146,180). Sum of RGB (Red+Green+Blue) = 178+146+180=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #B292B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292B4 is #4D6D4B. Grayscale: #9F9F9F. Windows color (decimal): -5074252 or 11834034. OLE color: 11834034.

HSL color Cylindrical-coordinate representation of color #B292B4: hue angle of 296.47º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B292B4 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178146180-
CMYK0.010.1900.29
HSL296.47º18.48%63.92%-
HSV(B)296.47º18.89%70.59%-
XYZ36.8833.3247.67-
YUV159.44139.6141.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=35.32%
G=28.97%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781461800.010.1900.29296.4718.4863.92
HexB292B411301D1281240
Octal26222226412303545022100
Binary101100101001001010110100110011011101100101000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292B4; }

 p { color: rgb(178,146,180); }

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

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

 a { background-color: rgb(178,146,180); }

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

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

 span { border-color: rgb(178,146,180); }

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