#BB8EBA

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

Shades of London Hue #BB8EBA

Tints of London Hue #BB8EBA

Color information

#BB8EBA (or 0xBB8EBA) is unknown color: approx London Hue. HEX triplet: BB, 8E and BA. RGB value is (187,142,186). Sum of RGB (Red+Green+Blue) = 187+142+186=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EBA is #447145. Grayscale: #A0A0A0. Windows color (decimal): -4485446 or 12226235. OLE color: 12226235.

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

Color convert

RGB187142186-
CMYK00.240.010.27
HSL301.33º24.86%64.51%-
HSV(B)301.33º24.06%73.33%-
XYZ39.0333.4650.85-
YUV160.47142.41146.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=36.31%
G=27.57%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714218600.240.010.27301.3324.8664.51
HexBB8EBA01811B12d1941
Octal27321627203013345531101
Binary101110111000111010111010011000111011100101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EBA; }

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

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

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

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

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

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

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

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