#BB7EBE

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

Shades of London Hue #BB7EBE

Tints of London Hue #BB7EBE

Color information

#BB7EBE (or 0xBB7EBE) is unknown color: approx London Hue. HEX triplet: BB, 7E and BE. RGB value is (187,126,190). Sum of RGB (Red+Green+Blue) = 187+126+190=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EBE is #448141. Grayscale: #979797. Windows color (decimal): -4489538 or 12484283. OLE color: 12484283.

HSL color Cylindrical-coordinate representation of color #BB7EBE: hue angle of 297.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7EBE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187126190-
CMYK0.020.3400.25
HSL297.19º32.99%61.96%-
HSV(B)297.19º33.68%74.51%-
XYZ37.2529.252.39-
YUV151.54149.71153.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=37.18%
G=25.05%
B=37.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871261900.020.3400.25297.1932.9961.96
HexBB7EBE222019129213e
Octal2731762762420314514176
Binary1011101111111101011111010100010011001100101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EBE; }

 p { color: rgb(187,126,190); }

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

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

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

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

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

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

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