#B085AD

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

Shades of London Hue #B085AD

Tints of London Hue #B085AD

Color information

#B085AD (or 0xB085AD) is unknown color: approx London Hue. HEX triplet: B0, 85 and AD. RGB value is (176,133,173). Sum of RGB (Red+Green+Blue) = 176+133+173=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B085AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B085AD is #4F7A52. Grayscale: #969696. Windows color (decimal): -5208659 or 11371952. OLE color: 11371952.

HSL color Cylindrical-coordinate representation of color #B085AD: hue angle of 304.19º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B085AD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176133173-
CMYK00.240.020.31
HSL304.19º21.39%60.59%-
HSV(B)304.19º24.43%69.02%-
XYZ33.8329.0243.35-
YUV150.42140.75146.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=36.51%
G=27.59%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613317300.240.020.31304.1921.3960.59
HexB085AD01821F130153d
Octal2602052550302374602575
Binary101100001000010110101101011000101111110011000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085AD; }

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

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

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

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

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

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

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

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