#B482AC

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

Shades of London Hue #B482AC

Tints of London Hue #B482AC

Color information

#B482AC (or 0xB482AC) is unknown color: approx London Hue. HEX triplet: B4, 82 and AC. RGB value is (180,130,172). Sum of RGB (Red+Green+Blue) = 180+130+172=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B482AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B482AC is #4B7D53. Grayscale: #959595. Windows color (decimal): -4947284 or 11305652. OLE color: 11305652.

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

Color convert

RGB180130172-
CMYK00.280.040.29
HSL309.6º25%60.78%-
HSV(B)309.6º27.78%70.59%-
XYZ34.2528.6542.75-
YUV149.74140.56149.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=37.34%
G=26.97%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013017200.280.040.29309.62560.78
HexB482AC01C41D136193d
Octal2642022540344354663175
Binary1011010010000010101011000111001001110110011011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482AC; }

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

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

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

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

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

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

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

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