#B88BB2

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

Shades of London Hue #B88BB2

Tints of London Hue #B88BB2

Color information

#B88BB2 (or 0xB88BB2) is unknown color: approx London Hue. HEX triplet: B8, 8B and B2. RGB value is (184,139,178). Sum of RGB (Red+Green+Blue) = 184+139+178=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BB2 is #47744D. Grayscale: #9C9C9C. Windows color (decimal): -4682830 or 11701176. OLE color: 11701176.

HSL color Cylindrical-coordinate representation of color #B88BB2: hue angle of 308º 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 #B88BB2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184139178-
CMYK00.240.030.28
HSL308º24.06%63.33%-
HSV(B)308º24.46%72.16%-
XYZ37.0431.8746.32-
YUV156.9139.91147.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 178 (69.92% from 255) = 35.53%
R=36.73%
G=27.74%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413917800.240.030.2830824.0663.33
HexB88BB201831C134183f
Octal2702132620303344643077
Binary101110001000101110110010011000111110010011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BB2; }

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

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

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

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

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

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

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

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