#B88BB6

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

Shades of London Hue #B88BB6

Tints of London Hue #B88BB6

Color information

#B88BB6 (or 0xB88BB6) is unknown color: approx London Hue. HEX triplet: B8, 8B and B6. RGB value is (184,139,182). Sum of RGB (Red+Green+Blue) = 184+139+182=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BB6 is #477449. Grayscale: #9D9D9D. Windows color (decimal): -4682826 or 11963320. OLE color: 11963320.

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

Color convert

RGB184139182-
CMYK00.240.010.28
HSL302.67º24.06%63.33%-
HSV(B)302.67º24.46%72.16%-
XYZ37.4432.0348.47-
YUV157.36141.91147-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=36.44%
G=27.52%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413918200.240.010.28302.6724.0663.33
HexB88BB601811C12f183f
Octal2702132660301344573077
Binary10111000100010111011011001100011110010010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BB6; }

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

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

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

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

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

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

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

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