#B881BB

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

Shades of London Hue #B881BB

Tints of London Hue #B881BB

Color information

#B881BB (or 0xB881BB) is unknown color: approx London Hue. HEX triplet: B8, 81 and BB. RGB value is (184,129,187). Sum of RGB (Red+Green+Blue) = 184+129+187=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #B881BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881BB is #477E44. Grayscale: #979797. Windows color (decimal): -4685381 or 12288440. OLE color: 12288440.

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

Color convert

RGB184129187-
CMYK0.020.3100.27
HSL296.9º29.9%61.96%-
HSV(B)296.9º31.02%73.33%-
XYZ36.5929.4850.78-
YUV152.06147.72150.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=36.8%
G=25.8%
B=37.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841291870.020.3100.27296.929.961.96
HexB881BB21F01B1291e3e
Octal2702012732370334513676
Binary101110001000000110111011101111101101110010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881BB; }

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

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

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

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

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

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

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

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