#BB8EBC

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

Shades of London Hue #BB8EBC

Tints of London Hue #BB8EBC

Color information

#BB8EBC (or 0xBB8EBC) is unknown color: approx London Hue. HEX triplet: BB, 8E and BC. RGB value is (187,142,188). Sum of RGB (Red+Green+Blue) = 187+142+188=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EBC is #447143. Grayscale: #A0A0A0. Windows color (decimal): -4485444 or 12357307. OLE color: 12357307.

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

Color convert

RGB187142188-
CMYK0.010.2400.26
HSL298.7º25.56%64.71%-
HSV(B)298.7º24.47%73.73%-
XYZ39.2433.5451.98-
YUV160.7143.41146.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=36.17%
G=27.47%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871421880.010.2400.26298.725.5664.71
HexBB8EBC11801A12b1a41
Octal27321627413003245332101
Binary101110111000111010111100111000011010100101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EBC; }

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

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

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

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

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

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

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

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