#B883BA

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

Shades of London Hue #B883BA

Tints of London Hue #B883BA

Color information

#B883BA (or 0xB883BA) is unknown color: approx London Hue. HEX triplet: B8, 83 and BA. RGB value is (184,131,186). Sum of RGB (Red+Green+Blue) = 184+131+186=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B883BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883BA is #477C45. Grayscale: #989898. Windows color (decimal): -4684870 or 12223416. OLE color: 12223416.

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

Color convert

RGB184131186-
CMYK0.010.3000.27
HSL297.82º28.5%62.16%-
HSV(B)297.82º29.57%72.94%-
XYZ36.7529.9750.3-
YUV153.12146.56150.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=36.73%
G=26.15%
B=37.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841311860.010.3000.27297.8228.562.16
HexB883BA11E01B12a1c3e
Octal2702032721360334523476
Binary10111000100000111011101011111001101110010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883BA; }

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

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

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

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

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

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

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

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