#B499B5

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

Shades of London Hue #B499B5

Tints of London Hue #B499B5

Color information

#B499B5 (or 0xB499B5) is unknown color: approx London Hue. HEX triplet: B4, 99 and B5. RGB value is (180,153,181). Sum of RGB (Red+Green+Blue) = 180+153+181=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 181 - color contains mainly: blue. Hex color #B499B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499B5 is #4B664A. Grayscale: #A4A4A4. Windows color (decimal): -4941387 or 11901364. OLE color: 11901364.

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

Color convert

RGB180153181-
CMYK0.010.1500.29
HSL297.86º15.91%65.49%-
HSV(B)297.86º15.47%70.98%-
XYZ38.5535.8248.6-
YUV164.26137.45139.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=35.02%
G=29.77%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801531810.010.1500.29297.8615.9165.49
HexB499B51F01D12a1041
Octal26423126511703545220101
Binary10110100100110011011010111111011101100101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499B5; }

 p { color: rgb(180,153,181); }

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

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

 a { background-color: rgb(180,153,181); }

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

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

 span { border-color: rgb(180,153,181); }

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