#B985AE

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

Shades of London Hue #B985AE

Tints of London Hue #B985AE

Color information

#B985AE (or 0xB985AE) is unknown color: approx London Hue. HEX triplet: B9, 85 and AE. RGB value is (185,133,174). Sum of RGB (Red+Green+Blue) = 185+133+174=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B985AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985AE is #467A51. Grayscale: #999999. Windows color (decimal): -4618834 or 11437497. OLE color: 11437497.

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

Color convert

RGB185133174-
CMYK00.280.060.27
HSL312.69º27.08%62.35%-
HSV(B)312.69º28.11%72.55%-
XYZ36.0430.1543.96-
YUV153.22139.73150.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=37.60%
G=27.03%
B=35.37%

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
Decimal18513317400.280.060.27312.6927.0862.35
HexB985AE01C61B1391b3e
Octal2712052560346334713376
Binary1011100110000101101011100111001101101110011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985AE; }

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

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

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

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

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

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

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

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