#B485AB

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

Shades of London Hue #B485AB

Tints of London Hue #B485AB

Color information

#B485AB (or 0xB485AB) is unknown color: approx London Hue. HEX triplet: B4, 85 and AB. RGB value is (180,133,171). Sum of RGB (Red+Green+Blue) = 180+133+171=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B485AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485AB is #4B7A54. Grayscale: #979797. Windows color (decimal): -4946517 or 11240884. OLE color: 11240884.

HSL color Cylindrical-coordinate representation of color #B485AB: hue angle of 311.49º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B485AB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180133171-
CMYK00.260.050.29
HSL311.49º23.86%61.37%-
HSV(B)311.49º26.11%70.59%-
XYZ34.5629.4242.38-
YUV151.38139.07148.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=37.19%
G=27.48%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013317100.260.050.29311.4923.8661.37
HexB485AB01A51D137183d
Octal2642052530325354673075
Binary1011010010000101101010110110101011110110011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485AB; }

 p { color: rgb(180,133,171); }

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

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

 a { background-color: rgb(180,133,171); }

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

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

 span { border-color: rgb(180,133,171); }

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