#B884BB

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

Shades of London Hue #B884BB

Tints of London Hue #B884BB

Color information

#B884BB (or 0xB884BB) is unknown color: approx London Hue. HEX triplet: B8, 84 and BB. RGB value is (184,132,187). Sum of RGB (Red+Green+Blue) = 184+132+187=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B884BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884BB is #477B44. Grayscale: #999999. Windows color (decimal): -4684613 or 12289208. OLE color: 12289208.

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

Color convert

RGB184132187-
CMYK0.020.2900.27
HSL296.73º28.8%62.55%-
HSV(B)296.73º29.41%73.33%-
XYZ36.9930.2850.91-
YUV153.82146.73149.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=36.58%
G=26.24%
B=37.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841321870.020.2900.27296.7328.862.55
HexB884BB21D01B1291d3f
Octal2702042732350334513577
Binary101110001000010010111011101110101101110010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884BB; }

 p { color: rgb(184,132,187); }

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

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

 a { background-color: rgb(184,132,187); }

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

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

 span { border-color: rgb(184,132,187); }

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