#B88BB1

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

Shades of London Hue #B88BB1

Tints of London Hue #B88BB1

Color information

#B88BB1 (or 0xB88BB1) is unknown color: approx London Hue. HEX triplet: B8, 8B and B1. RGB value is (184,139,177). Sum of RGB (Red+Green+Blue) = 184+139+177=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BB1 is #47744E. Grayscale: #9C9C9C. Windows color (decimal): -4682831 or 11635640. OLE color: 11635640.

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

Color convert

RGB184139177-
CMYK00.240.040.28
HSL309.33º24.06%63.33%-
HSV(B)309.33º24.46%72.16%-
XYZ36.9431.8345.79-
YUV156.79139.41147.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=36.8%
G=27.8%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413917700.240.040.28309.3324.0663.33
HexB88BB101841C135183f
Octal2702132610304344653077
Binary1011100010001011101100010110001001110010011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BB1; }

 p { color: rgb(184,139,177); }

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

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

 a { background-color: rgb(184,139,177); }

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

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

 span { border-color: rgb(184,139,177); }

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