#B985B4

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

Shades of London Hue #B985B4

Tints of London Hue #B985B4

Color information

#B985B4 (or 0xB985B4) is unknown color: approx London Hue. HEX triplet: B9, 85 and B4. RGB value is (185,133,180). Sum of RGB (Red+Green+Blue) = 185+133+180=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B985B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985B4 is #467A4B. Grayscale: #999999. Windows color (decimal): -4618828 or 11830713. OLE color: 11830713.

HSL color Cylindrical-coordinate representation of color #B985B4: hue angle of 305.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B985B4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB185133180-
CMYK00.280.030.27
HSL305.77º27.08%62.35%-
HSV(B)305.77º28.11%72.55%-
XYZ36.6330.3847.11-
YUV153.91142.73150.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=37.15%
G=26.71%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513318000.280.030.27305.7727.0862.35
HexB985B401C31B1321b3e
Octal2712052640343334623376
Binary101110011000010110110100011100111101110011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985B4; }

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

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

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

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

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

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

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

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