#B985B5

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

Shades of London Hue #B985B5

Tints of London Hue #B985B5

Color information

#B985B5 (or 0xB985B5) is unknown color: approx London Hue. HEX triplet: B9, 85 and B5. RGB value is (185,133,181). Sum of RGB (Red+Green+Blue) = 185+133+181=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B985B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985B5 is #467A4A. Grayscale: #999999. Windows color (decimal): -4618827 or 11896249. OLE color: 11896249.

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

Color convert

RGB185133181-
CMYK00.280.020.27
HSL304.62º27.08%62.35%-
HSV(B)304.62º28.11%72.55%-
XYZ36.7430.4347.65-
YUV154.02143.23150.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=37.07%
G=26.65%
B=36.27%

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
Decimal18513318100.280.020.27304.6227.0862.35
HexB985B501C21B1311b3e
Octal2712052650342334613376
Binary101110011000010110110101011100101101110011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985B5; }

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

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

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

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

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

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

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

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