#B985B6

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

Shades of London Hue #B985B6

Tints of London Hue #B985B6

Color information

#B985B6 (or 0xB985B6) is unknown color: approx London Hue. HEX triplet: B9, 85 and B6. RGB value is (185,133,182). Sum of RGB (Red+Green+Blue) = 185+133+182=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B985B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985B6 is #467A49. Grayscale: #999999. Windows color (decimal): -4618826 or 11961785. OLE color: 11961785.

HSL color Cylindrical-coordinate representation of color #B985B6: hue angle of 303.46º 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 #B985B6 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185133182-
CMYK00.280.020.27
HSL303.46º27.08%62.35%-
HSV(B)303.46º28.11%72.55%-
XYZ36.8430.4748.2-
YUV154.13143.73150.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=37%
G=26.6%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513318200.280.020.27303.4627.0862.35
HexB985B601C21B12f1b3e
Octal2712052660342334573376
Binary101110011000010110110110011100101101110010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985B6; }

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

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

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

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

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

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

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

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