#B985BD

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

Shades of London Hue #B985BD

Tints of London Hue #B985BD

Color information

#B985BD (or 0xB985BD) is unknown color: approx London Hue. HEX triplet: B9, 85 and BD. RGB value is (185,133,189). Sum of RGB (Red+Green+Blue) = 185+133+189=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #B985BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985BD is #467A42. Grayscale: #9A9A9A. Windows color (decimal): -4618819 or 12420537. OLE color: 12420537.

HSL color Cylindrical-coordinate representation of color #B985BD: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B985BD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185133189-
CMYK0.020.3000.26
HSL295.71º29.79%63.14%-
HSV(B)295.71º29.63%74.12%-
XYZ37.5830.7652.1-
YUV154.93147.23149.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=36.49%
G=26.23%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851331890.020.3000.26295.7129.7963.14
HexB985BD21E01A1281e3f
Octal2712052752360324503677
Binary101110011000010110111101101111001101010010100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985BD; }

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

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

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

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

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

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

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

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