#B485AC

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

Shades of London Hue #B485AC

Tints of London Hue #B485AC

Color information

#B485AC (or 0xB485AC) is unknown color: approx London Hue. HEX triplet: B4, 85 and AC. RGB value is (180,133,172). Sum of RGB (Red+Green+Blue) = 180+133+172=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B485AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485AC is #4B7A53. Grayscale: #979797. Windows color (decimal): -4946516 or 11306420. OLE color: 11306420.

HSL color Cylindrical-coordinate representation of color #B485AC: hue angle of 310.21º 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 #B485AC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180133172-
CMYK00.260.040.29
HSL310.21º23.86%61.37%-
HSV(B)310.21º26.11%70.59%-
XYZ34.6629.4642.89-
YUV151.5139.57148.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=37.11%
G=27.42%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013317200.260.040.29310.2123.8661.37
HexB485AC01A41D136183d
Octal2642052540324354663075
Binary1011010010000101101011000110101001110110011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485AC; }

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

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

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

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

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

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

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

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