#B985BC

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

Shades of London Hue #B985BC

Tints of London Hue #B985BC

Color information

#B985BC (or 0xB985BC) is unknown color: approx London Hue. HEX triplet: B9, 85 and BC. RGB value is (185,133,188). Sum of RGB (Red+Green+Blue) = 185+133+188=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #B985BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985BC is #467A43. Grayscale: #9A9A9A. Windows color (decimal): -4618820 or 12355001. OLE color: 12355001.

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

Color convert

RGB185133188-
CMYK0.020.2900.26
HSL296.73º29.1%62.94%-
HSV(B)296.73º29.26%73.73%-
XYZ37.4730.7251.53-
YUV154.82146.73149.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=36.56%
G=26.28%
B=37.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851331880.020.2900.26296.7329.162.94
HexB985BC21D01A1291d3f
Octal2712052742350324513577
Binary101110011000010110111100101110101101010010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985BC; }

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

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

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

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

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

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

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

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