#BC8BBB

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

Shades of London Hue #BC8BBB

Tints of London Hue #BC8BBB

Color information

#BC8BBB (or 0xBC8BBB) is unknown color: approx London Hue. HEX triplet: BC, 8B and BB. RGB value is (188,139,187). Sum of RGB (Red+Green+Blue) = 188+139+187=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BBB is #437444. Grayscale: #9E9E9E. Windows color (decimal): -4420677 or 12291004. OLE color: 12291004.

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

Color convert

RGB188139187-
CMYK00.260.010.26
HSL301.22º26.78%64.12%-
HSV(B)301.22º26.06%73.73%-
XYZ38.9432.7451.28-
YUV159.12143.73148.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=36.58%
G=27.04%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813918700.260.010.26301.2226.7864.12
HexBC8BBB01A11A12d1b40
Octal27421327303213245533100
Binary101111001000101110111011011010111010100101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BBB; }

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

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

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

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

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

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

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

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