#B985BA

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

Shades of London Hue #B985BA

Tints of London Hue #B985BA

Color information

#B985BA (or 0xB985BA) is unknown color: approx London Hue. HEX triplet: B9, 85 and BA. RGB value is (185,133,186). Sum of RGB (Red+Green+Blue) = 185+133+186=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B985BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985BA is #467A45. Grayscale: #9A9A9A. Windows color (decimal): -4618822 or 12223929. OLE color: 12223929.

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

Color convert

RGB185133186-
CMYK0.010.2800.27
HSL298.87º27.75%62.55%-
HSV(B)298.87º28.49%72.94%-
XYZ37.2630.6350.4-
YUV154.59145.73149.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=36.71%
G=26.39%
B=36.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851331860.010.2800.27298.8727.7562.55
HexB985BA11C01B12b1c3f
Octal2712052721340334533477
Binary10111001100001011011101011110001101110010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985BA; }

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

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

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

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

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

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

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

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