#BB8EB7

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

Shades of London Hue #BB8EB7

Tints of London Hue #BB8EB7

Color information

#BB8EB7 (or 0xBB8EB7) is unknown color: approx London Hue. HEX triplet: BB, 8E and B7. RGB value is (187,142,183). Sum of RGB (Red+Green+Blue) = 187+142+183=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EB7 is #447148. Grayscale: #A0A0A0. Windows color (decimal): -4485449 or 12029627. OLE color: 12029627.

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

Color convert

RGB187142183-
CMYK00.240.020.27
HSL305.33º24.86%64.51%-
HSV(B)305.33º24.06%73.33%-
XYZ38.7133.3349.19-
YUV160.13140.91147.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=36.52%
G=27.73%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714218300.240.020.27305.3324.8664.51
HexBB8EB701821B1311941
Octal27321626703023346131101
Binary1011101110001110101101110110001011011100110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EB7; }

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

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

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

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

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

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

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

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