#B985AD

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

Shades of London Hue #B985AD

Tints of London Hue #B985AD

Color information

#B985AD (or 0xB985AD) is unknown color: approx London Hue. HEX triplet: B9, 85 and AD. RGB value is (185,133,173). Sum of RGB (Red+Green+Blue) = 185+133+173=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B985AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985AD is #467A52. Grayscale: #999999. Windows color (decimal): -4618835 or 11371961. OLE color: 11371961.

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

Color convert

RGB185133173-
CMYK00.280.060.27
HSL313.85º27.08%62.35%-
HSV(B)313.85º28.11%72.55%-
XYZ35.9430.1143.45-
YUV153.11139.23150.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=37.68%
G=27.09%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513317300.280.060.27313.8527.0862.35
HexB985AD01C61B13a1b3e
Octal2712052550346334723376
Binary1011100110000101101011010111001101101110011101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985AD; }

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

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

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

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

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

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

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

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