#B085AF

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

Shades of London Hue #B085AF

Tints of London Hue #B085AF

Color information

#B085AF (or 0xB085AF) is unknown color: approx London Hue. HEX triplet: B0, 85 and AF. RGB value is (176,133,175). Sum of RGB (Red+Green+Blue) = 176+133+175=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B085AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B085AF is #4F7A50. Grayscale: #969696. Windows color (decimal): -5208657 or 11503024. OLE color: 11503024.

HSL color Cylindrical-coordinate representation of color #B085AF: hue angle of 301.4º 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 #B085AF is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176133175-
CMYK00.240.010.31
HSL301.4º21.39%60.59%-
HSV(B)301.4º24.43%69.02%-
XYZ34.0329.144.38-
YUV150.64141.75146.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=36.36%
G=27.48%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613317500.240.010.31301.421.3960.59
HexB085AF01811F12d153d
Octal2602052570301374552575
Binary10110000100001011010111101100011111110010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085AF; }

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

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

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

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

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

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

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

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