#BB8EBB

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

Shades of London Hue #BB8EBB

Tints of London Hue #BB8EBB

Color information

#BB8EBB (or 0xBB8EBB) is unknown color: approx London Hue. HEX triplet: BB, 8E and BB. RGB value is (187,142,187). Sum of RGB (Red+Green+Blue) = 187+142+187=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EBB is #447144. Grayscale: #A0A0A0. Windows color (decimal): -4485445 or 12291771. OLE color: 12291771.

HSL color Cylindrical-coordinate representation of color #BB8EBB: hue angle of 300º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8EBB is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187142187-
CMYK00.2400.27
HSL300º24.86%64.51%-
HSV(B)300º24.06%73.33%-
XYZ39.1433.551.42-
YUV160.58142.91146.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=36.24%
G=27.52%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714218700.2400.2730024.8664.51
HexBB8EBB01801B12c1941
Octal27321627303003345431101
Binary101110111000111010111011011000011011100101100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EBB; }

 p { color: rgb(187,142,187); }

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

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

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

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

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

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

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