#BB8EB5

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

Shades of London Hue #BB8EB5

Tints of London Hue #BB8EB5

Color information

#BB8EB5 (or 0xBB8EB5) is unknown color: approx London Hue. HEX triplet: BB, 8E and B5. RGB value is (187,142,181). Sum of RGB (Red+Green+Blue) = 187+142+181=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EB5 is #44714A. Grayscale: #9F9F9F. Windows color (decimal): -4485451 or 11898555. OLE color: 11898555.

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

Color convert

RGB187142181-
CMYK00.240.030.27
HSL308º24.86%64.51%-
HSV(B)308º24.06%73.33%-
XYZ38.5133.2548.1-
YUV159.9139.91147.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=36.67%
G=27.84%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714218100.240.030.2730824.8664.51
HexBB8EB501831B1341941
Octal27321626503033346431101
Binary1011101110001110101101010110001111011100110100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EB5; }

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

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

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

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

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

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

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

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