#B292AF

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

Shades of London Hue #B292AF

Tints of London Hue #B292AF

Color information

#B292AF (or 0xB292AF) is unknown color: approx London Hue. HEX triplet: B2, 92 and AF. RGB value is (178,146,175). Sum of RGB (Red+Green+Blue) = 178+146+175=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B292AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B292AF is #4D6D50. Grayscale: #9E9E9E. Windows color (decimal): -5074257 or 11506354. OLE color: 11506354.

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

Color convert

RGB178146175-
CMYK00.180.020.30
HSL305.62º17.2%63.53%-
HSV(B)305.62º17.98%69.8%-
XYZ36.3833.1245.03-
YUV158.87137.1141.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=35.67%
G=29.26%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814617500.180.020.30305.6217.263.53
HexB292AF01221E1321140
Octal26222225702223646221100
Binary1011001010010010101011110100101011110100110010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292AF; }

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

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

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

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

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

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

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

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