#B885B9

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

Shades of London Hue #B885B9

Tints of London Hue #B885B9

Color information

#B885B9 (or 0xB885B9) is unknown color: approx London Hue. HEX triplet: B8, 85 and B9. RGB value is (184,133,185). Sum of RGB (Red+Green+Blue) = 184+133+185=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #B885B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885B9 is #477A46. Grayscale: #9A9A9A. Windows color (decimal): -4684359 or 12158392. OLE color: 12158392.

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

Color convert

RGB184133185-
CMYK0.010.2800.27
HSL298.85º27.08%62.35%-
HSV(B)298.85º28.11%72.55%-
XYZ36.9130.4749.83-
YUV154.18145.4149.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=36.65%
G=26.49%
B=36.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841331850.010.2800.27298.8527.0862.35
HexB885B911C01B12b1b3e
Octal2702052711340334533376
Binary10111000100001011011100111110001101110010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885B9; }

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

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

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

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

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

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

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

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