#B885BA

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

Shades of London Hue #B885BA

Tints of London Hue #B885BA

Color information

#B885BA (or 0xB885BA) is unknown color: approx London Hue. HEX triplet: B8, 85 and BA. RGB value is (184,133,186). Sum of RGB (Red+Green+Blue) = 184+133+186=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B885BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885BA is #477A45. Grayscale: #9A9A9A. Windows color (decimal): -4684358 or 12223928. OLE color: 12223928.

HSL color Cylindrical-coordinate representation of color #B885BA: hue angle of 297.74º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B885BA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184133186-
CMYK0.010.2800.27
HSL297.74º27.75%62.55%-
HSV(B)297.74º28.49%72.94%-
XYZ37.0230.5150.39-
YUV154.29145.9149.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=36.58%
G=26.44%
B=36.98%

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
Decimal1841331860.010.2800.27297.7427.7562.55
HexB885BA11C01B12a1c3f
Octal2702052721340334523477
Binary10111000100001011011101011110001101110010101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885BA; }

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

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

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

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

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

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

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

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